This commit moves dangling ops in the main ops.td file to the proper
file matching their categories. This makes ops.td as purely including
all category files.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D94413
[mlir][spirv] NFC: place ops in the proper file for their categories ClosedPublic Authored by antiagainst on Jan 11 2021, 7:00 AM.
Details Summary This commit moves dangling ops in the main ops.td file to the proper
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 11 2021, 10:40 AM Closed by commit rG2f7ec77e3cdb: [mlir][spirv] NFC: place ops in the proper file for their categories (authored by antiagainst). · Explain WhyJan 12 2021, 7:28 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 316086 mlir/include/mlir/Dialect/SPIRV/IR/SPIRVBarrierOps.td
mlir/include/mlir/Dialect/SPIRV/IR/SPIRVMemoryOps.td
mlir/include/mlir/Dialect/SPIRV/IR/SPIRVMiscOps.td
mlir/include/mlir/Dialect/SPIRV/IR/SPIRVOps.td
mlir/include/mlir/Dialect/SPIRV/IR/SPIRVStructureOps.td
mlir/test/Dialect/SPIRV/IR/barrier-ops.mlir
mlir/test/Dialect/SPIRV/IR/bit-ops.mlir
mlir/test/Dialect/SPIRV/IR/cast-ops.mlir
mlir/test/Dialect/SPIRV/IR/group-ops.mlir
mlir/test/Dialect/SPIRV/IR/logical-ops.mlir
mlir/test/Dialect/SPIRV/IR/memory-ops.mlir
mlir/test/Dialect/SPIRV/IR/misc-ops.mlir
mlir/test/Dialect/SPIRV/IR/ops.mlir
mlir/test/Dialect/SPIRV/IR/structure-ops.mlir
|