This is an archive of the discontinued LLVM Phabricator instance.

[X86] Enable v2i64->v2f32 uint_to_fp code in ReplaceNodeResults on SSE4.1 target
ClosedPublic

Authored by craig.topper on Jan 7 2020, 11:38 AM.

Details

Summary

Now that we generate decent code for (v2i64 (setlt zero, X)) on pre-sse4.2 targets I think we can use this now.

Diff Detail

Event Timeline

craig.topper created this revision.Jan 7 2020, 11:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 7 2020, 11:38 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
craig.topper retitled this revision from [X86] Enable v2i64->v2f32 code in ReplaceNodeResults on SSE4.1 target to [X86] Enable v2i64->v2f32 uint_to_fp code in ReplaceNodeResults on SSE4.1 target .
RKSimon accepted this revision.Jan 7 2020, 1:00 PM

LGTM

This revision is now accepted and ready to land.Jan 7 2020, 1:00 PM
This revision was automatically updated to reflect the committed changes.