This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel][AArch64] Select G_FABS
ClosedPublic

Authored by paquette on Jan 29 2019, 2:22 PM.

Details

Reviewers
aemerson
Summary

This adds instruction selection support for G_FABS in AArch64. It also updates the existing basic FP tests, adds a selection test for G_FABS.

Diff Detail

Event Timeline

paquette created this revision.Jan 29 2019, 2:22 PM
aemerson accepted this revision.Jan 30 2019, 1:52 PM

LGTM.

This revision is now accepted and ready to land.Jan 30 2019, 1:52 PM
paquette closed this revision.Jan 30 2019, 2:54 PM

Committed in r352684