[PATCH] D125423: [Intrinsics] Fix `nvvm_prmt` intrinsic attributes

Dmitry Vassiliev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 12 01:46:43 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG7b22cf12ef9f: [Intrinsics] Fix `nvvm_prmt` intrinsic attributes (authored by slydiman).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125423/new/

https://reviews.llvm.org/D125423

Files:
  llvm/include/llvm/IR/IntrinsicsNVVM.td


Index: llvm/include/llvm/IR/IntrinsicsNVVM.td
===================================================================
--- llvm/include/llvm/IR/IntrinsicsNVVM.td
+++ llvm/include/llvm/IR/IntrinsicsNVVM.td
@@ -558,7 +558,7 @@
 let TargetPrefix = "nvvm" in {
   def int_nvvm_prmt : GCCBuiltin<"__nvvm_prmt">,
       DefaultAttrsIntrinsic<[llvm_i32_ty], [llvm_i32_ty, llvm_i32_ty, llvm_i32_ty],
-        [IntrNoMem, Commutative]>;
+        [IntrNoMem, IntrSpeculatable]>;
 
 //
 // Min Max


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125423.428881.patch
Type: text/x-patch
Size: 482 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220512/d22fb490/attachment.bin>


More information about the llvm-commits mailing list