[all-commits] [llvm/llvm-project] edfd36: [mlir][spirv] Add OpConvertPtrToU and OpConvertUTo...
Md Abdullah Shahneous Bari via All-commits
all-commits at lists.llvm.org
Wed May 24 21:40:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: edfd360d78bc610953053cb2ddf491f4f2b8e8c2
https://github.com/llvm/llvm-project/commit/edfd360d78bc610953053cb2ddf491f4f2b8e8c2
Author: Md Abdullah Shahneous Bari <Md.Abdullah.Shahneous.Bari at intel.com>
Date: 2023-05-24 (Wed, 24 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVBase.td
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVCastOps.td
M mlir/lib/Dialect/SPIRV/IR/SPIRVOps.cpp
M mlir/test/Dialect/SPIRV/IR/cast-ops.mlir
M mlir/test/Target/SPIRV/cast-ops.mlir
Log Message:
-----------
[mlir][spirv] Add OpConvertPtrToU and OpConvertUToPtr ops
Add the definitions and necessary verifications of these Ops.
Reviewed By: antiagainst
Differential Revision: https://reviews.llvm.org/D151074
More information about the All-commits
mailing list