[all-commits] [llvm/llvm-project] 2f7ec7: [mlir][spirv] NFC: place ops in the proper file fo...
Lei Zhang via All-commits
all-commits at lists.llvm.org
Tue Jan 12 07:33:09 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2f7ec77e3cdb9d874e0b6a73d3d7a6fe02c0125d
https://github.com/llvm/llvm-project/commit/2f7ec77e3cdb9d874e0b6a73d3d7a6fe02c0125d
Author: Lei Zhang <antiagainst at google.com>
Date: 2021-01-12 (Tue, 12 Jan 2021)
Changed paths:
A mlir/include/mlir/Dialect/SPIRV/IR/SPIRVBarrierOps.td
A mlir/include/mlir/Dialect/SPIRV/IR/SPIRVMemoryOps.td
A mlir/include/mlir/Dialect/SPIRV/IR/SPIRVMiscOps.td
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVOps.td
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVStructureOps.td
A mlir/test/Dialect/SPIRV/IR/barrier-ops.mlir
M mlir/test/Dialect/SPIRV/IR/bit-ops.mlir
A mlir/test/Dialect/SPIRV/IR/cast-ops.mlir
M mlir/test/Dialect/SPIRV/IR/group-ops.mlir
M mlir/test/Dialect/SPIRV/IR/logical-ops.mlir
A mlir/test/Dialect/SPIRV/IR/memory-ops.mlir
A mlir/test/Dialect/SPIRV/IR/misc-ops.mlir
R mlir/test/Dialect/SPIRV/IR/ops.mlir
M mlir/test/Dialect/SPIRV/IR/structure-ops.mlir
A mlir/test/Target/SPIRV/barrier-ops.mlir
R mlir/test/Target/SPIRV/barrier.mlir
Log Message:
-----------
[mlir][spirv] NFC: place ops in the proper file for their categories
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.
Differential Revision: https://reviews.llvm.org/D94413
More information about the All-commits
mailing list