Add a couple useful LLVM_DEBUG's to the inliner.
authorSean Silva <silvasean@google.com>
Wed, 18 Dec 2019 20:33:02 +0000 (12:33 -0800)
committerA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 18 Dec 2019 20:33:30 +0000 (12:33 -0800)
commit553f794b6fce497d2950b7fcbfd32707dbedd745
tree9ccf6ee55a105e5275ce8a019e0c8007d4b32ea0
parent7b3adda8f4f16cce0d7e4675b559620a7f68e57c
Add a couple useful LLVM_DEBUG's to the inliner.

This makes it easier to narrow down on ops that are preventing inlining.

PiperOrigin-RevId: 286243868
mlir/lib/Transforms/Inliner.cpp
mlir/lib/Transforms/Utils/InliningUtils.cpp