[all-commits] [llvm/llvm-project] bed821: [mlir][ods][NFC] Move enum attribute definitions f...
Jeremy Furtek via All-commits
all-commits at lists.llvm.org
Fri Apr 15 09:51:27 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bed8212157bbf298cddf2e156940452e5067ea05
https://github.com/llvm/llvm-project/commit/bed8212157bbf298cddf2e156940452e5067ea05
Author: jfurtek <jfurtek at nvidia.com>
Date: 2022-04-15 (Fri, 15 Apr 2022)
Changed paths:
M mlir/include/mlir/Dialect/Arithmetic/IR/ArithmeticBase.td
M mlir/include/mlir/Dialect/GPU/ParallelLoopMapperAttr.td
M mlir/include/mlir/Dialect/LLVMIR/LLVMOpBase.td
M mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
M mlir/include/mlir/IR/EnumAttr.td
M mlir/include/mlir/IR/OpBase.td
M mlir/test/mlir-tblgen/op-attribute.td
M mlir/unittests/TableGen/enums.td
Log Message:
-----------
[mlir][ods][NFC] Move enum attribute definitions from OpBase.td to EnumAttr.td
This diff moves `EnumAttr` tablegen definitions (specifically, `IntEnumAttr` and
`BitEnumAttr`-related classes) from `OpBase.td` to `EnumAttr.td`. No
functionality is changed.
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D123551
More information about the All-commits
mailing list