This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][GlobalISel] Add regbankselect support for G_LROUND
ClosedPublic

Authored by paquette on Aug 19 2021, 3:58 PM.

Details

Summary

Destination is always a GPR, since the result is always an integer.

Source is always a FPR, since the source is always floating point.

Diff Detail