This is an archive of the discontinued LLVM Phabricator instance.

[LegalizeTypes] Add widening support for STRICT_FSETCC/FSETCCS
ClosedPublic

Authored by craig.topper on Jan 3 2020, 5:54 PM.

Details

Summary

This patch adds widening which really just scalarizes because we don't have a strategy for the extra elements we would need to pad with.

Diff Detail

Event Timeline

craig.topper created this revision.Jan 3 2020, 5:54 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 3 2020, 5:54 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
This revision is now accepted and ready to land.Jan 3 2020, 6:30 PM
This revision was automatically updated to reflect the committed changes.