[all-commits] [llvm/llvm-project] 12ffc2: [mlir][spirv] Define spv.ImageDrefGather operation
Weiwei via All-commits
all-commits at lists.llvm.org
Thu Apr 8 17:20:58 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 12ffc260678dd2a4ce0fbfba562bfd1af9fe8efe
https://github.com/llvm/llvm-project/commit/12ffc260678dd2a4ce0fbfba562bfd1af9fe8efe
Author: Weiwei Li <weiwei.li1 at huawei.com>
Date: 2021-04-08 (Thu, 08 Apr 2021)
Changed paths:
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVBase.td
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVImageOps.td
M mlir/lib/Dialect/SPIRV/IR/SPIRVOps.cpp
M mlir/test/Dialect/SPIRV/IR/image-ops.mlir
M mlir/test/Target/SPIRV/image-ops.mlir
Log Message:
-----------
[mlir][spirv] Define spv.ImageDrefGather operation
This patch doesn't support the optional operands of ImageDrefGather. The support of optional operands will be implemented later.
co-authered-by: Alan Liu <alanliu.yf at gmail.com>
Differential Revision: https://reviews.llvm.org/D100128
More information about the All-commits
mailing list