This is an archive of the discontinued LLVM Phabricator instance.

[mlir][IR] Support parsing hex float values in the DialectSymbolParser
ClosedPublic

Authored by rriddle on Mar 17 2021, 12:49 PM.

Details

Summary

This has been a TODO for a while, and prevents breakages for attributes/types that contain floats that can't roundtrip outside of the hex format.

Diff Detail

Event Timeline

rriddle created this revision.Mar 17 2021, 12:49 PM
rriddle requested review of this revision.Mar 17 2021, 12:49 PM
Jing accepted this revision.Mar 17 2021, 12:55 PM

Thanks for fixing this!

This revision is now accepted and ready to land.Mar 17 2021, 12:55 PM