[llvm] [TableGen][DecoderEmitter] Report all decoding conflicts (PR #157847)
Rahul Joshi via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 10 07:50:09 PDT 2025
================
@@ -559,6 +562,9 @@ class FilterChooser {
return Encodings[EncodingIDs.back()].getBitWidth();
}
+ /// Returns true if any decoding conflicts were encountered.
+ bool getHasConflict() const { return HasConflict; }
----------------
jurahul wrote:
Done.
https://github.com/llvm/llvm-project/pull/157847
More information about the llvm-commits
mailing list