[PATCH] D72031: [Scheduling] Create the missing dependency edges for store cluster

Evandro Menezes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 30 16:39:03 PDT 2020


evandro accepted this revision.
evandro added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/stack-realign.ll:164-171
 ; GCN: s_add_u32 [[SCRATCH_REG:s[0-9]+]], s32, 0xffc0
 ; GCN: s_and_b32 s33, [[SCRATCH_REG]], 0xffff0000
-
-; GCN: s_mov_b32 s34, s32
-; GCN-NEXT: v_mov_b32_e32 v32, 0
-
-; GCN: buffer_store_dword v32, off, s[0:3], s33 offset:1024
 ; GCN-NEXT: buffer_load_dword v{{[0-9]+}}, off, s[0:3], s34
 ; GCN-NEXT: s_add_u32 s32, s32, 0x30000
 
+; GCN: v_mov_b32_e32 v33, 0
+
----------------
arsenm wrote:
> Looks like an irrelevant change; no problem. I don't see anything missing?
My bad.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72031/new/

https://reviews.llvm.org/D72031



More information about the llvm-commits mailing list