This will allow us to fix the issue where the lost locations
verifier causes CodeGen changes on lost locations because it
falls back on DAGISel
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM with the bool to enum change.
llvm/lib/CodeGen/GlobalISel/Utils.cpp | ||
---|---|---|
201–207 | Instead of AllowFatal could we have a severity enum? |
Comment Actions
Thanks
llvm/lib/CodeGen/GlobalISel/Utils.cpp | ||
---|---|---|
201–207 | Sure, I'll re-use DiagnosticSeverity |
Instead of AllowFatal could we have a severity enum?
For now, maybe just warning and failure, where failure would be equivalent to AllowFatal == true?