llvm-project/mlir/lib/Conversion/GPUCommon
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
GPUOpsLowering.cpp [mlir] Convert NamedAttribute to be a class 2021-11-18 05:39:29 +00:00
GPUOpsLowering.h [mlir][NFC] Replace references to Identifier with StringAttr 2021-11-16 17:36:26 +00:00
GPUToLLVMConversion.cpp [mlir] Switch arith, llvm, std & shape dialects to accessors prefixed both form. 2021-10-24 18:36:33 -07:00
IndexIntrinsicsOpLowering.h [mlir:OpConversion] Remove the remaing usages of the deprecated matchAndRewrite methods 2021-09-24 17:51:41 +00:00
OpToFuncCallLowering.h [mlir:OpConversion] Remove the remaing usages of the deprecated matchAndRewrite methods 2021-09-24 17:51:41 +00:00