This is an archive of the discontinued LLVM Phabricator instance.

[GlobalIsel] allow x86_fp80 values to be dumped.
ClosedPublic

Authored by igorb on Jul 4 2017, 12:52 AM.

Details

Summary

Otherwise the fallback path fails with an assertion on x86_64 targets,
when "x86_fp80" is encountered.

Diff Detail

Repository
rL LLVM

Event Timeline

igorb created this revision.Jul 4 2017, 12:52 AM
zvi accepted this revision.Jul 5 2017, 3:56 AM
This revision is now accepted and ready to land.Jul 5 2017, 3:56 AM
This revision was automatically updated to reflect the committed changes.