[llvm] [SPIR-V] Route ISel errors through diagnoseUnsupported (PR #196899)
Arseniy Obolenskiy via llvm-commits
llvm-commits at lists.llvm.org
Thu May 14 07:51:37 PDT 2026
================
@@ -1418,8 +1418,8 @@ bool SPIRVInstructionSelector::selectExtInst(Register ResVReg,
std::string DiagMsg;
raw_string_ostream OS(DiagMsg);
I.print(OS, true, false, false, false);
----------------
aobolensk wrote:
Agree, done
https://github.com/llvm/llvm-project/pull/196899
More information about the llvm-commits
mailing list