This is an archive of the discontinued LLVM Phabricator instance.

[MIPS GlobalISel] Lower fptoui
ClosedPublic

Authored by Petar.Avramovic on Aug 29 2019, 1:00 AM.

Details

Summary

Add lower for G_FPTOUI. Algorithm is similar to the SDAG version
in TargetLowering::expandFP_TO_UINT.
Lower G_FPTOUI for MIPS32.

Diff Detail

Repository
rL LLVM

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptAug 29 2019, 1:00 AM
This revision is now accepted and ready to land.Aug 29 2019, 6:53 AM
This revision was automatically updated to reflect the committed changes.