Binary and decimal values were reconginzed by strtoll, which returns
error when the msb is 1, and the error was ignored, resulting to wrong
results.
This patch fixes the issue.
Differential D157079
[TableGen] Fix wrong lex result on 64-bit integer boundaries zsrkmyn on Aug 4 2023, 2:13 AM. Authored by
Details Binary and decimal values were reconginzed by strtoll, which returns This patch fixes the issue.
Diff Detail
Unit Tests Event TimelineComment Actions LGTM.
|