[clang] [llvm] [AMDGPU][True16][MC] true16 for v_alignbyte_b32 (PR #119750)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 4 03:38:04 PST 2025


================
@@ -2353,8 +2353,8 @@ def int_amdgcn_writelane :
   [IntrNoMem, IntrConvergent, IntrWillReturn, IntrNoCallback, IntrNoFree]
 >;
 
-def int_amdgcn_alignbyte : ClangBuiltin<"__builtin_amdgcn_alignbyte">,
-  DefaultAttrsIntrinsic<[llvm_i32_ty], [llvm_i32_ty, llvm_i32_ty, llvm_i32_ty],
+def int_amdgcn_alignbyte : DefaultAttrsIntrinsic<[llvm_i32_ty],
+  [llvm_i32_ty, llvm_i32_ty, llvm_anyint_ty],
----------------
arsenm wrote:

But what is the actual issue? Anything talking about the assembler and SP3 don't really matter with respect to the intrinsic 

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


More information about the llvm-commits mailing list