[PATCH] D108010: [RegAlloc] Remove addAllocPriorityToGlobalRanges hook

Qiu Chaofan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 16 19:40:18 PDT 2021


qiucf added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/GlobalISel/insertelement-stack-lower.ll:86
 ; GCN-NEXT:    buffer_store_dword v0, off, s[0:3], 0 offset:380
-; GCN-NEXT:    v_mov_b32_e32 v0, s12
+; GCN-NEXT:    v_mov_b32_e32 v0, s4
 ; GCN-NEXT:    buffer_store_dword v0, off, s[0:3], 0 offset:384
----------------
arsenm wrote:
> Why are there any AMDGPU changes given that I recently overrode this to return true?
Ah yes. I didn't checkout the revision when posting this patch. Rebased.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108010



More information about the llvm-commits mailing list