llvm-project/mlir/lib/EDSC
River Riddle 8e349a48b6 Remove the 'region' field from OpBuilder.
This field wasn't updated as the insertion point changed, making it potentially dangerous given the multi-level of MLIR(e.g. 'createBlock' would always insert the new block in 'region'). This also allows for building an OpBuilder with just a context.

PiperOrigin-RevId: 257829135
2019-07-12 17:42:41 -07:00
..
Builders.cpp Remove the 'region' field from OpBuilder. 2019-07-12 17:42:41 -07:00
CMakeLists.txt Add a folder-based EDSC intrinsics constructor (NFC) 2019-07-01 09:55:35 -07:00
CoreAPIs.cpp NFC: Rename Function to FuncOp. 2019-07-10 10:10:53 -07:00
Helpers.cpp Remove unnecessary C++ specifier in CPP files. NFC. 2019-05-20 13:42:13 -07:00
Intrinsics.cpp Use lambdas for nesting edsc constructs. 2019-05-20 13:50:28 -07:00