[PATCH] D108732: [AMDGPU] Invert partial vgpr to agpr spill lane order

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 25 15:54:06 PDT 2021


rampitec updated this revision to Diff 368767.
rampitec marked an inline comment as done.
rampitec added a comment.

Added comment to explain reverse allocation order.
Fixed relevant clang-format complaints.


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

https://reviews.llvm.org/D108732

Files:
  llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
  llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
  llvm/test/CodeGen/AMDGPU/pei-build-spill-partial-agpr.mir
  llvm/test/CodeGen/AMDGPU/pei-build-spill.mir
  llvm/test/CodeGen/AMDGPU/spill-agpr.mir
  llvm/test/CodeGen/AMDGPU/spill-to-agpr-partiall.mir



More information about the llvm-commits mailing list