[PATCH] D109987: [NVVM] Update intrinsic definitions to include more attributes

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 18 12:16:17 PDT 2022


jdoerfert added inline comments.
Herald added subscribers: mattd, gchakrabarti.
Herald added a project: All.


================
Comment at: llvm/include/llvm/IR/IntrinsicsNVVM.td:4284
+  def _w     : Intrinsic<[llvm_i32_ty], [], [IntrNoMem, IntrSpeculatable]>,
                GCCBuiltin<"__nvvm_read_ptx_sreg_" # regname # "_w">;
 }
----------------
I think I forgot to make these DefaultAttr too.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109987



More information about the llvm-commits mailing list