[mlir][spirv] Define spv.Image Operation
authorWeiwei Li <weiwei.li1@huawei.com>
Wed, 10 Mar 2021 20:43:29 +0000 (15:43 -0500)
committerLei Zhang <antiagainst@google.com>
Wed, 10 Mar 2021 20:48:04 +0000 (15:48 -0500)
commit619c1505f9445501551ffedd85cf361a4c5917f0
treee390bf1866618f61c72278a2369c0fca2b62fe91
parent9931b1f7a4785b6a17fb87b81a3546d61d0cbca1
[mlir][spirv] Define spv.Image Operation

co-authered-by: Alan Liu <alanliu.yf@gmail.com>

Reviewed By: antiagainst

Differential Revision: https://reviews.llvm.org/D98270
mlir/include/mlir/Dialect/SPIRV/IR/SPIRVBase.td
mlir/include/mlir/Dialect/SPIRV/IR/SPIRVImageOps.td [new file with mode: 0644]
mlir/include/mlir/Dialect/SPIRV/IR/SPIRVOps.td
mlir/test/Dialect/SPIRV/IR/image-ops.mlir [new file with mode: 0644]
mlir/test/Target/SPIRV/image-ops.mlir [new file with mode: 0644]