[PATCH] D31353: AMDGPU: Diagnose illegal SGPR to VGPR copies
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 2 01:07:33 PST 2023
foad added inline comments.
Herald added subscribers: kosarev, kerbowa, jvesely.
Herald added a project: All.
================
Comment at: lib/Target/AMDGPU/SIInstrInfo.cpp:357
+ DiagnosticInfoUnsupported IllegalCopy(*MF->getFunction(),
+ "illegal SGPR to VGPR copy",
+ DL, DS_Error);
----------------
"VGPR to SGPR", surely??
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D31353/new/
https://reviews.llvm.org/D31353
More information about the llvm-commits
mailing list