[PATCH] D55301: RegAlloc: Allow targets to split register allocation

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 23 10:48:26 PST 2020


rampitec added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/SIFrameLowering.cpp:1270
+          // finalization.
+          unsigned FIOp = AMDGPU::getNamedOperandIdx(MI.getOpcode(),
+                                                     AMDGPU::OpName::vaddr);
----------------
rampitec wrote:
> It can be saddr with flat scratch. It seems it needs to be fixed in a separate patch first.
Never mind, this is one of SI_SPILL opcodes, not real instruction yet.


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

https://reviews.llvm.org/D55301



More information about the llvm-commits mailing list