llvm-project/mlir/lib/Transforms
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
..
Utils [mlir] Convert NamedAttribute to be a class 2021-11-18 05:39:29 +00:00
BufferDeallocation.cpp Introduced AllocationOpInterface to create deallocation operations on-the-fly that are compatible with the allocation operation implementing this interface. 2021-09-29 15:54:21 +02:00
BufferOptimizations.cpp [mlir] Added new RegionBranchTerminatorOpInterface and adapted uses of hasTrait<ReturnLike>. 2021-07-26 06:39:31 +02:00
BufferResultsToOutParams.cpp [mlir] Switch arith, llvm, std & shape dialects to accessors prefixed both form. 2021-10-24 18:36:33 -07:00
BufferUtils.cpp [MLIR][memref] Fix findDealloc() to handle > 1 dealloc for the given alloc. 2021-07-22 09:34:19 -07:00
Bufferize.cpp [mlir:OpConversionPattern] Add overloads for taking an Adaptor instead of ArrayRef 2021-09-24 17:51:41 +00:00
CMakeLists.txt [MLIR] Use memref.copy ops in BufferResultsToOutParams pass. 2021-09-15 02:59:30 +00:00
CSE.cpp Implement recursive support into OperationEquivalence::isEquivalentTo() 2021-07-29 05:06:37 +00:00
Canonicalizer.cpp [mlir] Refactor AbstractOperation and OperationName 2021-11-17 22:29:57 +00:00
Inliner.cpp Remove unused llvm/Support/Parallel.h from MLIR (NFC) 2021-09-14 23:30:42 +00:00
LocationSnapshot.cpp [mlir][NFC] Replace references to Identifier with StringAttr 2021-11-16 17:36:26 +00:00
LoopCoalescing.cpp [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
LoopFusion.cpp Fix some clang-tidy reports in MLIR (NFC) 2021-11-13 20:09:21 +00:00
LoopInvariantCodeMotion.cpp [mlir][BuiltinDialect] Resolve comments from D91571 2020-11-19 11:12:49 -08:00
NormalizeMemRefs.cpp Fix some clang-tidy reports in MLIR (NFC) 2021-11-13 20:09:21 +00:00
OpStats.cpp [mlir][BuiltinDialect] Resolve comments from D91571 2020-11-19 11:12:49 -08:00
ParallelLoopCollapsing.cpp Fix some clang-tidy reports in MLIR (NFC) 2021-11-13 20:09:21 +00:00
PassDetail.h [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
PipelineDataTransfer.cpp [mlir][RFC] Refactor layout representation in MemRefType 2021-10-19 12:31:15 +03:00
SCCP.cpp [mlir] Refactor the forward dataflow propagation in SCCP into a generic framework 2021-04-26 19:39:46 -07:00
StripDebugInfo.cpp [mlir] Make StripDebugInfo strip out block arguments locs 2021-05-26 11:05:38 -07:00
SymbolDCE.cpp Define a `NoTerminator` traits that allows operations with a single block region to not provide a terminator 2021-03-25 03:59:03 +00:00
ViewOpGraph.cpp [mlir] Convert NamedAttribute to be a class 2021-11-18 05:39:29 +00:00