[llvm] [AMDGPU] Add new llvm.amdgcn.wave.shuffle intrinsic (PR #167372)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 20 01:52:39 PST 2025


================
@@ -2718,6 +2718,17 @@ def int_amdgcn_call_whole_wave:
              llvm_vararg_ty], // The arguments to the callee.
             [IntrConvergent]>;
 
+// <result>
+//   llvm.amdgcn.wave.shuffle <value> <id>
+// value and result can be 32bit floating-point, integer,
+// or Boolean types, and must be the same type. Any index
----------------
jayfoad wrote:

"Boolean" usually means i1. It looks like you only handle i32 and float.

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


More information about the llvm-commits mailing list