This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

simon-camp created this revision.Sep 13 2021, 7:49 AM
simon-camp requested review of this revision.Sep 13 2021, 7:49 AM
marbre accepted this revision.Sep 13 2021, 8:24 AM

Thanks for taking over!

This revision is now accepted and ready to land.Sep 13 2021, 8:24 AM
This revision was automatically updated to reflect the committed changes.