[llvm] [TableGen][DecoderEmitter] Report all decoding conflicts (PR #157847)

Sergei Barannikov via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 10 07:31:14 PDT 2025


================
@@ -10,16 +10,14 @@ class I : Instruction {
 
 // Check pretty printing of decoding conflicts.
 
-// CHECK:      {{^}}Decoding Conflict:
-// CHECK-NEXT: {{^}}                    ........
-// CHECK-NEXT: {{^}}            ..............11
-// CHECK-NEXT: {{^}}            .......0......11
-// CHECK-NEXT: {{^}}            _______0______11  I16_0
-// CHECK-NEXT: {{^}}            _______0______11  I16_1
-// CHECK-NEXT: {{^}}    _______0_______0______11  I24_0
+// CHECK:      Decoding Conflict:
+// CHECK-NEXT:             ................
----------------
s-barannikov wrote:

This line was intentionally shorter, it checked that filters are right-justified.


https://github.com/llvm/llvm-project/pull/157847


More information about the llvm-commits mailing list