llvm-project/mlir/examples/toy/Ch2
Lei Zhang 7432234f3c 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
2019-10-31 13:29:50 -07:00
..
include NFC: Use #ifndef in various .td files instead of #ifdef and #else 2019-10-31 13:29:50 -07:00
mlir NFC: Remove references to the toy.generic attribute. 2019-10-23 14:30:35 -07:00
parser Fix minor spelling tweaks (NFC) 2019-10-20 09:44:36 -07:00
CMakeLists.txt NFC: Split out ToyOpsIncGen into a separate CMakeLists.txt. 2019-10-15 15:10:14 -07:00
toyc.cpp Merge Ch3 of the Toy tutorial into chapter 2. 2019-10-14 21:13:45 -07:00