As noticed on D52965, the SINT_TO_FP i64 to f32 legalization code has been dead for years - protected by an assert.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D53703
[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
Event TimelineThis revision is now accepted and ready to land.Oct 25 2018, 10:14 AM Closed by commit rL345290: [LegalizeDAG] Remove dead SINT_TO_FP legalization code (authored by RKSimon). · Explain WhyOct 25 2018, 10:46 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 171091 lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
|