This is an archive of the discontinued LLVM Phabricator instance.

[SystemZ] Recognize the higher cost of scalar i1 -> fp conversion
ClosedPublic

Authored by jonpa on Oct 31 2018, 3:27 AM.

Details

Reviewers
uweigand
Summary

Scalar i1 to fp conversions are done with a branch sequence, so it should have a higher cost.

Diff Detail

Event Timeline

jonpa created this revision.Oct 31 2018, 3:27 AM
uweigand accepted this revision.Oct 31 2018, 5:25 AM

LGTM, thanks.

This revision is now accepted and ready to land.Oct 31 2018, 5:25 AM
jonpa closed this revision.Nov 1 2018, 2:08 AM

r345818