[llvm] [LSV] Merge contiguous chains across scalar types (PR #154069)
Anshil Gandhi via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 30 10:58:00 PDT 2025
================
@@ -697,6 +697,12 @@ define amdgpu_kernel void @s_and_multi_use_constant_i64(ptr addrspace(1) %out, i
ret void
}
+; FUNC-LABEL: {{^}}s_and_32_bit_constant_i64:
+; SI: s_load_dwordx4
+; SI-NOT: and
+; SI: s_and_b32 s{{[0-9]+}}, s{{[0-9]+}}, 0x12d687{{$}}
+; SI-NOT: and
+; SI: buffer_store_dwordx2
----------------
gandhi56 wrote:
Removed them, it must have been a merge error.
https://github.com/llvm/llvm-project/pull/154069
More information about the llvm-commits
mailing list