This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel][AArch64] Select G_FEXP
ClosedPublic

Authored by paquette on Jan 30 2019, 3:38 PM.

Details

Reviewers
aemerson
Summary

This teaches the legalizer to handle G_FEXP in AArch64. As a result, it also allows us to select G_FEXP.

It...

  • Updates the legalizer-info tests
  • Adds a test for legalizing exp
  • Updates the existing fp tests to show that we can now select G_FEXP

Diff Detail

Event Timeline

paquette created this revision.Jan 30 2019, 3:38 PM
aemerson accepted this revision.Jan 30 2019, 3:43 PM

LGTM.

This revision is now accepted and ready to land.Jan 30 2019, 3:43 PM
paquette closed this revision.Jan 30 2019, 3:46 PM

Committed in r352692