[llvm] [TableGen][DecoderEmitter] Report all decoding conflicts (PR #157847)
Sergei Barannikov via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 10 06:28:19 PDT 2025
================
@@ -600,18 +603,22 @@ class DecoderTableBuilder {
ArrayRef<InstructionEncoding> Encodings;
DecoderTableInfo &TableInfo;
+ bool HasConflict = false;
----------------
s-barannikov wrote:
It is not needed here, see my other comment.
https://github.com/llvm/llvm-project/pull/157847
More information about the llvm-commits
mailing list