This is an archive of the discontinued LLVM Phabricator instance.

[mlir][arith] Add `uitofp` support to WIE
ClosedPublic

Authored by kuhar on Mar 21 2023, 10:28 PM.

Details

Summary

This includes standard LIT tests and integration tests with the LLVM CPU
runner.

I plan to use this to implement sitofp in D146597.

Diff Detail

Event Timeline

kuhar created this revision.Mar 21 2023, 10:28 PM
kuhar requested review of this revision.Mar 21 2023, 10:28 PM
kuhar updated this revision to Diff 507235.Mar 21 2023, 10:29 PM

Clean up includes

antiagainst accepted this revision.Mar 22 2023, 2:56 PM
This revision is now accepted and ready to land.Mar 22 2023, 2:56 PM
This revision was automatically updated to reflect the committed changes.