[PATCH] D100069: Disable use of SCC bit from asm
Tony Tye via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 7 15:14:42 PDT 2021
t-tye added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp:4099
+ S = SMLoc::getFromPointer(&CStr.data()[CStr.find("scc")]);
+ Error(S, "scc is not supported on this GPU");
+ return false;
----------------
Could the GPU name be printed? I think that is done in other error messages?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100069/new/
https://reviews.llvm.org/D100069
More information about the llvm-commits
mailing list