[PATCH] D72054: [mlir][spirv] NFC: Move shader ABI attributes to a new file
Lei Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 1 08:21:49 PST 2020
antiagainst created this revision.
antiagainst added reviewers: mravishankar, denis13.
Herald added subscribers: llvm-commits, nicolasvasilache, shauheen, burmako, jpienaar, rriddle, mehdi_amini, mgorny.
Herald added a project: LLVM.
antiagainst updated this revision to Diff 235768.
antiagainst added a comment.
Update diff
This allows us to include the definitions of these attributes in
other files without pulling in all dependencies for lowering.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D72054
Files:
mlir/include/mlir/Dialect/SPIRV/CMakeLists.txt
mlir/include/mlir/Dialect/SPIRV/SPIRVLowering.h
mlir/include/mlir/Dialect/SPIRV/SPIRVLowering.td
mlir/include/mlir/Dialect/SPIRV/TargetAndABI.h
mlir/include/mlir/Dialect/SPIRV/TargetAndABI.td
mlir/lib/Dialect/SPIRV/CMakeLists.txt
mlir/lib/Dialect/SPIRV/SPIRVLowering.cpp
mlir/lib/Dialect/SPIRV/TargetAndABI.cpp
mlir/lib/Dialect/SPIRV/Transforms/LowerABIAttributesPass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72054.235768.patch
Type: text/x-patch
Size: 12653 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200101/3160c474/attachment.bin>
More information about the llvm-commits
mailing list