diff options
author | Lei Zhang <antiagainst@google.com> | 2019-10-31 13:29:14 -0700 |
---|---|---|
committer | A. Unique TensorFlower <gardener@tensorflow.org> | 2019-10-31 13:29:50 -0700 |
commit | 7432234f3c5ca2da83f152f9f0508244a3b01a18 (patch) | |
tree | fa496765c7b9b03a15c74eaf554a5cce78cd72cd /mlir/lib/Dialect/Linalg/Transforms/LinalgTransforms.cpp | |
parent | ce9477934a5a7a266dda989f76c25b7a4cf60b09 (diff) | |
download | bcm5719-llvm-7432234f3c5ca2da83f152f9f0508244a3b01a18.tar.gz bcm5719-llvm-7432234f3c5ca2da83f152f9f0508244a3b01a18.zip |
NFC: Use #ifndef in various .td files instead of #ifdef and #else
Upstream LLVM gained support for #ifndef with https://reviews.llvm.org/D61888
This is changed mechanically via the following command:
find . -name "*.td" -exec sed -i -e ':a' -e 'N' -e '$!ba' -e 's/#ifdef \([A-Z_]*\)\n#else/#ifndef \1/g' {} \;
PiperOrigin-RevId: 277789427
Diffstat (limited to 'mlir/lib/Dialect/Linalg/Transforms/LinalgTransforms.cpp')
0 files changed, 0 insertions, 0 deletions