[PATCH] D115366: AMDGPU: Mark scc defs dead in SGPR to VMEM path for no free SGPRs

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 9 02:15:41 PST 2021


foad added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/scc-clobbered-sgpr-to-vmem-spill.ll:7
+; which tries to place the scavenged register restore instruction as
+; far the block as possible, near the terminator. This places a
+; restore instruction between the condition and the conditional
----------------
... as far //down// the block ...?


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

https://reviews.llvm.org/D115366



More information about the llvm-commits mailing list