[PATCH] D91048: [AMDGPU] Add new pseudos for indirect addressing with VGPR Indexing

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 12 11:48:37 PST 2020


arsenm added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/indirect-addressing-si-gfx9.ll:43-44
 
+; Avoid inserting extra v_mov from copies within the vgpr indexing sequence. The
+; gpr_idx mode switching sequence is expanded late for this reason.
+
----------------
Could also use a MIR copy in the exact situation the bad copies were inserted


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91048



More information about the llvm-commits mailing list