[all-commits] [llvm/llvm-project] 274964: [MLIR][SPIRV] Add `SignedOp` trait.
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Mon Jan 18 00:41:38 PST 2021
Branch: refs/heads/mlir/spirv/add_signed_op_trait
Home: https://github.com/llvm/llvm-project
Commit: 2749646b42b987f330ee8b8198d1d4438e9cb3c6
https://github.com/llvm/llvm-project/commit/2749646b42b987f330ee8b8198d1d4438e9cb3c6
Author: KareemErgawy-TomTom <kareem.ergawy at gmail.com>
Date: 2021-01-18 (Mon, 18 Jan 2021)
Changed paths:
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVBase.td
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVBitOps.td
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVCastOps.td
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVLogicalOps.td
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVNonUniformOps.td
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVOpTraits.h
Log Message:
-----------
[MLIR][SPIRV] Add `SignedOp` trait.
Summary:
This commit adds a new trait that can be attached to ops that have
signed semantics.
More information about the All-commits
mailing list