diff options
author | Sergei Barannikov <barannikov88@gmail.com> | 2025-08-17 09:42:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-17 06:42:25 +0000 |
commit | ea4325f174baca7d12e128db4f9f3b41a918da67 (patch) | |
tree | 6b2f5c407da8d233a56f227866305d6486cdcc25 /llvm/lib/Transforms/Utils/SimplifyCFG.cpp | |
parent | 05f1673e7569da0762d2a5d890ca4860760dad34 (diff) | |
download | llvm-ea4325f174baca7d12e128db4f9f3b41a918da67.zip llvm-ea4325f174baca7d12e128db4f9f3b41a918da67.tar.gz llvm-ea4325f174baca7d12e128db4f9f3b41a918da67.tar.bz2 |
[TableGen][DecoderEmitter] Improve conflicts dump (#154001)
* Print filter stack in non-reversed order.
* Print encoding name to the right of encoding bits to deal with
alignment issues.
* Use the correct bit width when printing encoding bits.
Example of old output:
```
01000100........
01000...........
0100............
................
tADDhirr 000000000000000001000100________
tADDrSP 000000000000000001000100_1101___
tADDspr 0000000000000000010001001____101
```
New output:
```
................
0100............
01000...........
01000100........
01000100________ tADDhirr
01000100_1101___ tADDrSP
010001001____101 tADDspr
```
Diffstat (limited to 'llvm/lib/Transforms/Utils/SimplifyCFG.cpp')
0 files changed, 0 insertions, 0 deletions