[all-commits] [llvm/llvm-project] 278204: [MLIR][SPIRV] Add `SignedOp` trait.
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Tue Jan 19 08:45:51 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 27820496a71d5f73950e0d57b5dead236304b4e7
https://github.com/llvm/llvm-project/commit/27820496a71d5f73950e0d57b5dead236304b4e7
Author: KareemErgawy-TomTom <kareem.ergawy at gmail.com>
Date: 2021-01-19 (Tue, 19 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.
This commit adds a new trait that can be attached to ops that have
signed semantics.
Reviewed By: antiagainst
Differential Revision: https://reviews.llvm.org/D94896
More information about the All-commits
mailing list