This is an archive of the discontinued LLVM Phabricator instance.

[Power9] Optimize codgen for conversions of int to float128
ClosedPublic

Authored by lei on Jun 21 2018, 6:54 AM.

Details

Summary

Optimize code sequences for integer conversion to fp128 when the integer is a result of:

float->int
float->long
double->int
double->long

Diff Detail

Repository
rL LLVM

Event Timeline

lei created this revision.Jun 21 2018, 6:54 AM
nemanjai accepted this revision.Jul 3 2018, 11:42 AM

LGTM.

This revision is now accepted and ready to land.Jul 3 2018, 11:42 AM
This revision was automatically updated to reflect the committed changes.