This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel][AArch64] Add legalization for G_FLOG
ClosedPublic

Authored by paquette on Jan 28 2019, 11:44 AM.

Details

Reviewers
aemerson
arsenm
Summary

This adds support for legalizing G_FLOG into a RTLib call. It adds a legalizer test, and updates the existing floating point tests.

Diff Detail

Event Timeline

paquette created this revision.Jan 28 2019, 11:44 AM
This revision is now accepted and ready to land.Jan 28 2019, 11:50 AM
paquette closed this revision.Jan 28 2019, 1:27 PM

Committed in r352429.