Previously negative integers were printed as large unsigned values.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D109690
[mlir][emitc] Print signed integers properly ClosedPublic Authored by simon-camp on Sep 13 2021, 7:49 AM.
Details
Summary Previously negative integers were printed as large unsigned values.
Diff Detail
Event TimelineHerald added subscribers: wenzhicui, wrengr, Chia-hungDuan and 19 others. · View Herald TranscriptSep 13 2021, 7:49 AM This revision is now accepted and ready to land.Sep 13 2021, 8:24 AM Closed by commit rGec92f788f343: [mlir][emitc] Print signed integers properly (authored by simon-camp, committed by marbre). · Explain WhySep 13 2021, 8:29 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 372252 mlir/lib/Target/Cpp/TranslateToCpp.cpp
mlir/test/Target/Cpp/const.mlir
|