This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] tosa.cast support for unsigned integers
ClosedPublic

Authored by rsuderman on Oct 4 2021, 4:28 PM.

Details

Summary

Unsigned integers need to be handled for cast to floating point.

Diff Detail

Event Timeline

rsuderman created this revision.Oct 4 2021, 4:28 PM
rsuderman requested review of this revision.Oct 4 2021, 4:28 PM
rsuderman updated this revision to Diff 377051.Oct 4 2021, 4:37 PM

Added test.

NatashaKnk accepted this revision.Oct 5 2021, 8:26 AM
This revision is now accepted and ready to land.Oct 5 2021, 8:26 AM
This revision was automatically updated to reflect the committed changes.