llvm-project/mlir/unittests/Interfaces
Matthias Springer a5c2f78287 [mlir][interfaces] Add insideMutuallyExclusiveRegions helper
Add a helper function to ControlFlowInterfaces for checking if two ops
are in mutually exclusive regions according to RegionBranchOpInterface.

Utilize this new helper in Linalg ComprehensiveBufferize. This makes the
analysis independent of the SCF dialect and generalizes it to other ops
that implement RegionBranchOpInterface.

Differential Revision: https://reviews.llvm.org/D114220
2021-11-25 17:44:39 +09:00
..
CMakeLists.txt [mlir][interfaces] Add insideMutuallyExclusiveRegions helper 2021-11-25 17:44:39 +09:00
ControlFlowInterfacesTest.cpp [mlir][interfaces] Add insideMutuallyExclusiveRegions helper 2021-11-25 17:44:39 +09:00
DataLayoutInterfacesTest.cpp [ODS/AsmParser] Don't pass MLIRContext with DialectAsmParser. 2021-09-30 05:10:28 +00:00
InferTypeOpInterfaceTest.cpp [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00