This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel] Add a G_FNEARBYINT opcode
ClosedPublic

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

Details

Summary

For eventually selecting llvm.nearbyint. Equivalent to the SelectionDAG nearbyint node.

Update legalizer-info-validation.mir.

Diff Detail

Repository
rL LLVM

Event Timeline

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

Since Amara is on vacation, I'm just going to push the G_FNEARBYINT stuff along since it's pretty trivial.

This revision is now accepted and ready to land.Apr 25 2019, 9:33 AM
This revision was automatically updated to reflect the committed changes.