[PATCH] D53053: [Intrinsic] Signed Saturation Addition Intrinsic

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 12 00:36:28 PDT 2018


bjope added inline comments.


================
Comment at: include/llvm/IR/Intrinsics.td:707
+                             [LLVMMatchType<0>, LLVMMatchType<0>],
+                             [IntrNoMem, IntrSpeculatable]>;
+
----------------
This is also `Commutative` afaict.


Repository:
  rL LLVM

https://reviews.llvm.org/D53053





More information about the llvm-commits mailing list