[PATCH] D88919: [AMDGPU] Fix illegal VGPR to SGPR copy in FP elimination

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 6 17:19:30 PDT 2020


rampitec abandoned this revision.
rampitec added a comment.

It needs more to make it working. We only have one offset value, so to use flat scratch we would need some pointer arithmetic on the FI and SP and then FI can occur in other SALU too.


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

https://reviews.llvm.org/D88919



More information about the llvm-commits mailing list