This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel][AArch64] Legalize G_FNEARBYINT
ClosedPublic

Authored by paquette on Apr 19 2019, 2:18 PM.

Details

Reviewers
aemerson
paquette
Summary

Add legalizer support for G_FNEARBYINT. It's the same as G_FCEIL etc.

Since the importer allows us to automatically select this after legalization, also add tests for selection etc. Also update arm64-vfloatintrinsics.ll.

Diff Detail

Event Timeline

paquette created this revision.Apr 19 2019, 2:18 PM
paquette accepted this revision.Apr 25 2019, 9:43 AM

trivial commit, pushing it along

This revision is now accepted and ready to land.Apr 25 2019, 9:43 AM