llvm-project/mlir/lib/Transforms/Utils
River Riddle 0c7890c844 [mlir] Convert NamedAttribute to be a class
NamedAttribute is currently represented as an std::pair, but this
creates an extremely clunky .first/.second API. This commit
converts it to a class, with better accessors (getName/getValue)
and also opens the door for more convenient API in the future.

Differential Revision: https://reviews.llvm.org/D113956
2021-11-18 05:39:29 +00:00
..
CMakeLists.txt [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
DialectConversion.cpp [mlir] DialectConversion: fix OperationLegalizer::isIllegal result when legality callback returns None 2021-11-15 14:53:06 +03:00
FoldUtils.cpp [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
GreedyPatternRewriteDriver.cpp [mlir:GreedyPatternRewriter] Add debug logging for pattern rewriter actions 2021-10-21 17:14:35 +00:00
InliningUtils.cpp [mlir][NFC] Add inlineRegion overloads that take a block iterator insert position 2021-08-23 19:49:53 +00:00
LoopFusionUtils.cpp [mlir][Analysis][NFC] Split FlatAffineConstraints class 2021-08-17 10:09:17 +09:00
LoopUtils.cpp [mlir][RFC] Refactor layout representation in MemRefType 2021-10-19 12:31:15 +03:00
RegionUtils.cpp Implement recursive support into OperationEquivalence::isEquivalentTo() 2021-07-29 05:06:37 +00:00
Utils.cpp [mlir] Convert NamedAttribute to be a class 2021-11-18 05:39:29 +00:00