Files
clang-p2996/llvm/utils/TableGen/SearchableTableEmitter.cpp
Wang Pengcheng a433592524 [TableGen] Fix wrong bits output in GenericTable (#66867)
We used to return `int` in `getAsInt`, while `IntInit::getValue`
returns `int64_t` and `utohexstr` needs `uint64_t`. The casting
causes the wrong hex value when printing bits value.
2023-09-25 19:32:59 +08:00

29 KiB