llvm-project/mlir/test/lib/IR
Fabian Schuiki 8066f22c46
[MLIR] Add argument insertion helpers for FunctionLike
Add helpers to facilitate adding arguments and results to operations
that implement the `FunctionLike` trait. These operations already have a
convenient argument and result *erasure* mechanism, but a corresopnding
utility for insertion is missing. This introduces such a utility.
2021-07-01 09:18:57 +02:00
..
CMakeLists.txt [mlir] Add support to SourceMgrDiagnosticHandler for filtering FileLineColLocs 2021-06-18 21:12:28 +00:00
TestDiagnostics.cpp Fix test pass registration to use the new API / not use the deprecated one (NFC) 2021-06-30 04:09:11 +00:00
TestDominance.cpp Migrate MLIR test passes to the new registration API 2021-06-16 23:42:17 +00:00
TestFunc.cpp [MLIR] Add argument insertion helpers for FunctionLike 2021-07-01 09:18:57 +02:00
TestInterfaces.cpp Migrate MLIR test passes to the new registration API 2021-06-16 23:42:17 +00:00
TestMatchers.cpp Migrate MLIR test passes to the new registration API 2021-06-16 23:42:17 +00:00
TestOpaqueLoc.cpp Migrate MLIR test passes to the new registration API 2021-06-16 23:42:17 +00:00
TestPrintDefUse.cpp Migrate MLIR test passes to the new registration API 2021-06-16 23:42:17 +00:00
TestPrintNesting.cpp Migrate MLIR test passes to the new registration API 2021-06-16 23:42:17 +00:00
TestSideEffects.cpp Migrate MLIR test passes to the new registration API 2021-06-16 23:42:17 +00:00
TestSlicing.cpp Migrate MLIR test passes to the new registration API 2021-06-16 23:42:17 +00:00
TestSymbolUses.cpp Migrate MLIR test passes to the new registration API 2021-06-16 23:42:17 +00:00
TestTypes.cpp Migrate MLIR test passes to the new registration API 2021-06-16 23:42:17 +00:00
TestVisitors.cpp Migrate MLIR test passes to the new registration API 2021-06-16 23:42:17 +00:00