This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel] Add a G_FRINT opcode
ClosedPublic

Authored by paquette on Apr 18 2019, 3:43 PM.

Details

Summary

Equivalent to SelectionDAG's frint node.

Diff Detail

Event Timeline

paquette created this revision.Apr 18 2019, 3:43 PM
paquette updated this revision to Diff 195827.Apr 18 2019, 3:47 PM

Remove change to AArch64RegisterBankInfo.cpp; I want that to come in with a later commit where it makes more sense.

aemerson accepted this revision.Apr 19 2019, 2:38 PM

LGTM.

This revision is now accepted and ready to land.Apr 19 2019, 2:38 PM
This revision was automatically updated to reflect the committed changes.