[llvm] [AMDGPU][MISched] Allow memory ops of different base pointers to be clustered (PR #140674)
via llvm-commits
llvm-commits at lists.llvm.org
Wed May 21 13:09:46 PDT 2025
================
@@ -288,16 +288,16 @@ define amdgpu_kernel void @llvm_amdgcn_queue_ptr(ptr addrspace(1) %ptr) #0 {
; GFX8V4-NEXT: v_mov_b32_e32 v0, s0
; GFX8V4-NEXT: v_mov_b32_e32 v1, s1
; GFX8V4-NEXT: flat_load_ubyte v0, v[0:1] glc
+; GFX8V4-NEXT: s_load_dwordx2 s[0:1], s[8:9], 0x0
----------------
choikwa wrote:
Noted
https://github.com/llvm/llvm-project/pull/140674
More information about the llvm-commits
mailing list