This is an archive of the discontinued LLVM Phabricator instance.

[LegalizeDAG] Remove dead SINT_TO_FP legalization code
ClosedPublic

Authored by RKSimon on Oct 25 2018, 7:30 AM.

Details

Summary

As noticed on D52965, the SINT_TO_FP i64 to f32 legalization code has been dead for years - protected by an assert.

Diff Detail

Repository
rL LLVM

Event Timeline

RKSimon created this revision.Oct 25 2018, 7:30 AM
This revision is now accepted and ready to land.Oct 25 2018, 10:14 AM
This revision was automatically updated to reflect the committed changes.