This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Assembler: support special floats: infinity / nan
ClosedPublic

Authored by aardappel on Jul 15 2019, 1:51 PM.

Details

Summary

These are emitted as identifiers by the InstPrinter, so we should
parse them as such. These could potentially clash with symbols of
the same name, but that is out of our (the WebAssembly backend) control.

Diff Detail

Repository
rL LLVM

Event Timeline

aardappel created this revision.Jul 15 2019, 1:51 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 15 2019, 1:51 PM
dschuff accepted this revision.Jul 15 2019, 2:32 PM
This revision is now accepted and ready to land.Jul 15 2019, 2:32 PM
This revision was automatically updated to reflect the committed changes.