llvm-project/mlir/test/lib/IR
River Riddle ecba7c58bd [mlir] Rename FunctionOpInterface::getBody to getFunctionBody
This is much more explicit, and prevents annoying conflicts with op
specific accessors (which may have a different contract). This is similar
to the past rename of getType -> getFunctionType,

Fixes #58030

Differential Revision: https://reviews.llvm.org/D135007
2022-10-03 11:53:57 -07:00
..
CMakeLists.txt [mlir] Fix `Region`s `takeBody` method if the region is not empty 2022-04-21 15:32:59 +02:00
TestBuiltinAttributeInterfaces.cpp [mlir][ElementsAttr] Change value_begin_impl to try_value_begin_impl 2022-08-30 14:12:46 -07:00
TestClone.cpp [mlir][NFC] Cleanup the TestClone pass 2022-04-15 12:57:07 -07:00
TestDiagnostics.cpp [mlir][NFC] Drop a few unnecessary includes from Pass.h 2022-04-07 23:42:47 -07:00
TestDominance.cpp [mlir][NFC] Drop a few unnecessary includes from Pass.h 2022-04-07 23:42:47 -07:00
TestFunc.cpp [mlir] Rework the implementation of TypeID 2022-04-04 13:52:26 -07:00
TestInterfaces.cpp [mlir][NFC] Drop a few unnecessary includes from Pass.h 2022-04-07 23:42:47 -07:00
TestMatchers.cpp [mlir] Rename FunctionOpInterface::getBody to getFunctionBody 2022-10-03 11:53:57 -07:00
TestOpaqueLoc.cpp [mlir][NFC] Drop a few unnecessary includes from Pass.h 2022-04-07 23:42:47 -07:00
TestOperationEquals.cpp [mlir] Rework the implementation of TypeID 2022-04-04 13:52:26 -07:00
TestPrintDefUse.cpp [mlir] Rework the implementation of TypeID 2022-04-04 13:52:26 -07:00
TestPrintInvalid.cpp [mlir:NFC] Remove the forward declaration of FuncOp in the mlir namespace 2022-04-18 12:01:55 -07:00
TestPrintNesting.cpp [mlir] Rework the implementation of TypeID 2022-04-04 13:52:26 -07:00
TestRegions.cpp [mlir] Fix `Region`s `takeBody` method if the region is not empty 2022-04-21 15:32:59 +02:00
TestSideEffects.cpp [mlir] Rework the implementation of TypeID 2022-04-04 13:52:26 -07:00
TestSlicing.cpp [mlir:NFC] Remove the forward declaration of FuncOp in the mlir namespace 2022-04-18 12:01:55 -07:00
TestSymbolUses.cpp Don't use Optional::hasValue (NFC) 2022-06-20 11:33:56 -07:00
TestTypes.cpp [mlir:NFC] Remove the forward declaration of FuncOp in the mlir namespace 2022-04-18 12:01:55 -07:00
TestVisitors.cpp [mlir][NFC] Drop a few unnecessary includes from Pass.h 2022-04-07 23:42:47 -07:00
TestVisitorsGeneric.cpp [mlir] remove unnecessary statements in test 2022-07-15 18:57:07 -07:00