Unverified Commit a4335925 authored by Wang Pengcheng's avatar Wang Pengcheng Committed by GitHub
Browse files

[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.
parent 6fc8667d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment