aboutsummaryrefslogtreecommitdiff
path: root/clang/test/AST/ByteCode/builtin-functions.cpp
diff options
context:
space:
mode:
authorSergei Barannikov <barannikov88@gmail.com>2025-08-17 09:42:25 +0300
committerGitHub <noreply@github.com>2025-08-17 06:42:25 +0000
commitea4325f174baca7d12e128db4f9f3b41a918da67 (patch)
tree6b2f5c407da8d233a56f227866305d6486cdcc25 /clang/test/AST/ByteCode/builtin-functions.cpp
parent05f1673e7569da0762d2a5d890ca4860760dad34 (diff)
downloadllvm-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 'clang/test/AST/ByteCode/builtin-functions.cpp')
0 files changed, 0 insertions, 0 deletions