[all-commits] [llvm/llvm-project] ec99d6: [mlir][spirv] Add a `spirv::InterfaceVarABIAttr`.
Denis Khalikov via All-commits
all-commits at lists.llvm.org
Mon Apr 13 12:49:42 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ec99d6e62f0a3b1146bf670e90cd8f48c62be41e
https://github.com/llvm/llvm-project/commit/ec99d6e62f0a3b1146bf670e90cd8f48c62be41e
Author: Denis Khalikov <khalikov.denis at huawei.com>
Date: 2020-04-13 (Mon, 13 Apr 2020)
Changed paths:
M mlir/docs/Dialects/SPIR-V.md
M mlir/include/mlir/Dialect/SPIRV/SPIRVAttributes.h
M mlir/include/mlir/Dialect/SPIRV/TargetAndABI.td
M mlir/lib/Dialect/SPIRV/SPIRVAttributes.cpp
M mlir/lib/Dialect/SPIRV/SPIRVDialect.cpp
M mlir/lib/Dialect/SPIRV/TargetAndABI.cpp
M mlir/lib/Dialect/SPIRV/Transforms/LowerABIAttributesPass.cpp
M mlir/test/Conversion/GPUToSPIRV/load-store.mlir
M mlir/test/Conversion/GPUToSPIRV/simple.mlir
M mlir/test/Dialect/SPIRV/Transforms/abi-interface.mlir
M mlir/test/Dialect/SPIRV/Transforms/abi-load-store.mlir
M mlir/test/Dialect/SPIRV/target-and-abi.mlir
Log Message:
-----------
[mlir][spirv] Add a `spirv::InterfaceVarABIAttr`.
Summary:
Add a proper dialect-specific attribute for interface variable ABI.
Differential Revision: https://reviews.llvm.org/D77941
More information about the All-commits
mailing list