[clang] [llvm] [NVPTX] Add clang builtin for `__nvvm_reflect` intrinsic (PR #81277)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 9 11:11:43 PST 2024


================
@@ -159,6 +159,7 @@ BUILTIN(__nvvm_read_ptx_sreg_pm3, "i", "n")
 
 BUILTIN(__nvvm_prmt, "UiUiUiUi", "")
 BUILTIN(__nvvm_exit, "v", "r")
+BUILTIN(__nvvm_reflect, "UicC*", "r")
----------------
jhuber6 wrote:

It's in the `NVPTXUsage.rst`, and https://github.com/llvm/llvm-project/pull/81253 mentions it more directly.

https://github.com/llvm/llvm-project/pull/81277


More information about the cfe-commits mailing list