When dumping SymIntExpr or IntSymExpr signed numbers are dumped as unsigned, thus their two's complement is displayed. This small patch fixes this.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Differential D39048
Dump signed integers in SymIntExpr and IntSymExpr correctly baloghadamsoftware on Oct 18 2017, 5:29 AM. Authored by
Details When dumping SymIntExpr or IntSymExpr signed numbers are dumped as unsigned, thus their two's complement is displayed. This small patch fixes this.
Diff Detail
|