[PATCH] D63824: AMDGPU: Add pass to lower SGPR spills

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 1 03:02:15 PDT 2019


nhaehnle accepted this revision.
nhaehnle added a comment.
This revision is now accepted and ready to land.

One nit, apart from that LGTM.



================
Comment at: lib/Target/AMDGPU/SILowerSGPRSpills.cpp:231
+
+  bool AllSGPRSpilledToVGPRs = false;
+
----------------
This appears to be unused.


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

https://reviews.llvm.org/D63824





More information about the llvm-commits mailing list