[clang] [llvm] [mlir] [polly] [IR] change i128 datalayout default to match clang (PR #214518)

Simeon David Schaub via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 8 00:14:04 PDT 2026


================
@@ -572,7 +572,7 @@ endif:
 define amdgpu_kernel void @s_ctpop_i128(ptr addrspace(1) noalias %out, i128 %val) nounwind {
 ; SI-LABEL: s_ctpop_i128:
 ; SI:       ; %bb.0:
-; SI-NEXT:    s_load_dwordx4 s[0:3], s[4:5], 0xb
+; SI-NEXT:    s_load_dwordx4 s[0:3], s[4:5], 0xd
----------------
simeonschaub wrote:

I have added a hip test for this, was that what you had in mind?

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


More information about the llvm-commits mailing list