aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/llvm_ir/BUILD
diff options
context:
space:
mode:
authorGravatar Sanjoy Das <sanjoy@google.com>2018-02-13 12:45:27 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-02-13 12:49:18 -0800
commit14b3a42a42a488a32eae0951b9d4a92da2cd56a2 (patch)
tree6fdb630ca3ad36cfbb4321538b72266731f09db9 /tensorflow/compiler/xla/service/llvm_ir/BUILD
parentdedafb73031c5588c1254e8fabd553031b15870a (diff)
Make LLVM IR dumps more readable
Before this the IR we dumped out would contain constant tensors that were sometimes huge resulting in unweildy IR files. With this change we dump out a "noconst" IR file that has the constant initializers stripped out. PiperOrigin-RevId: 185572700
Diffstat (limited to 'tensorflow/compiler/xla/service/llvm_ir/BUILD')
-rw-r--r--tensorflow/compiler/xla/service/llvm_ir/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/compiler/xla/service/llvm_ir/BUILD b/tensorflow/compiler/xla/service/llvm_ir/BUILD
index ffc78bd5cf..37261ed1e6 100644
--- a/tensorflow/compiler/xla/service/llvm_ir/BUILD
+++ b/tensorflow/compiler/xla/service/llvm_ir/BUILD
@@ -54,6 +54,7 @@ cc_library(
"@llvm//:core",
"@llvm//:support",
"@llvm//:target",
+ "@llvm//:transform_utils",
],
)