This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel][AArch64] Add instruction selection support for @llvm.log10
ClosedPublic

Authored by paquette on Jan 28 2019, 10:56 AM.

Details

Reviewers
aemerson
arsenm
Summary

This adds instruction selection support for @llvm.log10 in AArch64. It teaches GISel to lower it to a library call, updates the relevant tests, and adds a legalizer test for log10.

Diff Detail

Event Timeline

paquette created this revision.Jan 28 2019, 10:56 AM
This revision is now accepted and ready to land.Jan 28 2019, 11:49 AM