This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Add convenience builder for arith.addui_carry
ClosedPublic

Authored by kuhar on Aug 24 2022, 7:08 PM.

Details

Summary

This is so that future conversions do not have to figure out how to
create matching boolean types for the second result.

Diff Detail

Event Timeline

kuhar created this revision.Aug 24 2022, 7:08 PM
Herald added a project: Restricted Project. · View Herald Transcript
kuhar requested review of this revision.Aug 24 2022, 7:08 PM
Mogball accepted this revision.Aug 25 2022, 9:19 AM
This revision is now accepted and ready to land.Aug 25 2022, 9:19 AM
This revision was automatically updated to reflect the committed changes.