[llvm] [TableGen][DecoderEmitter] Report all decoding conflicts (PR #157847)
Rahul Joshi via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 10 07:18:47 PDT 2025
================
@@ -1592,7 +1599,7 @@ void FilterChooser::doFilter() {
// Print out useful conflict information for postmortem analysis.
errs() << "Decoding Conflict:\n";
dump();
- PrintFatalError("Decoding conflict encountered");
+ HasConflict = true;
----------------
jurahul wrote:
If we just do that, we fail somewhere later in `buidTable`. I applied you earlier suggestion and removed HasConflict from DecoderTableBuilder
https://github.com/llvm/llvm-project/pull/157847
More information about the llvm-commits
mailing list