This is an archive of the discontinued LLVM Phabricator instance.

[mlir] [VectorOps] changes to printing support for integers
ClosedPublic

Authored by aartbik on Sep 28 2020, 10:51 AM.

Details

Summary

(1) simplify integer printing logic by always using 64-bit print
(2) add index support (since vector<16xindex> is planned to be added)
(3) adjust naming convention print_x -> printX

Diff Detail

Event Timeline

aartbik created this revision.Sep 28 2020, 10:51 AM
Herald added a project: Restricted Project. · View Herald Transcript
aartbik requested review of this revision.Sep 28 2020, 10:51 AM
bkramer accepted this revision.Sep 28 2020, 11:23 AM

Thanks

This revision is now accepted and ready to land.Sep 28 2020, 11:23 AM