[PATCH] D31353: AMDGPU: Diagnose illegal SGPR to VGPR copies

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 2 04:54:49 PST 2023


arsenm added inline comments.


================
Comment at: lib/Target/AMDGPU/SIInstrInfo.cpp:357
+  DiagnosticInfoUnsupported IllegalCopy(*MF->getFunction(),
+                                        "illegal SGPR to VGPR copy",
+                                        DL, DS_Error);
----------------
foad wrote:
> "VGPR to SGPR", surely??
Yes


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

https://reviews.llvm.org/D31353



More information about the llvm-commits mailing list