llvm-project/mlir/lib/Interfaces
River Riddle a5ea60456c [mlir] Update SCCP and the Inliner to use SymbolTableCollection for symbol lookups
This transforms the symbol lookups to O(1) from O(NM), greatly speeding up both passes. For a large MLIR module this shaved seconds off of the compilation time.

Differential Revision: https://reviews.llvm.org/D89522
2020-10-16 12:08:48 -07:00
..
CMakeLists.txt [mlir][Vector] NFC - Improve VectorInterfaces 2020-07-20 08:24:22 -04:00
CallInterfaces.cpp [mlir] Update SCCP and the Inliner to use SymbolTableCollection for symbol lookups 2020-10-16 12:08:48 -07:00
ControlFlowInterfaces.cpp Wordsmith RegionBranchOpInterface verification errors 2020-09-09 12:50:23 -07:00
CopyOpInterface.cpp [mlir] Add redundant copy removal transform 2020-07-03 15:36:25 +02:00
DerivedAttributeOpInterface.cpp [mlir] Add derived attribute op interface 2020-03-12 10:32:24 -07:00
InferTypeOpInterface.cpp [mlir] Add NamedAttrList 2020-05-07 12:33:36 -07:00
LoopLikeInterface.cpp [mlir][NFC] Move the LoopLike interface out of Transforms/ and into Interfaces/ 2020-03-14 13:37:56 -07:00
SideEffectInterfaces.cpp [MLIR][NFC] Adopt variadic isa<> 2020-06-24 17:02:44 -07:00
VectorInterfaces.cpp [mlir][Vector] NFC - Improve VectorInterfaces 2020-07-20 08:24:22 -04:00
ViewLikeInterface.cpp [mlir] Add a ViewLikeOpInterface 2020-04-24 10:02:56 -04:00