This is an archive of the discontinued LLVM Phabricator instance.

[X86] Disable combineVectorSizedSetCCEquality for soft float.
ClosedPublic

Authored by craig.topper on Jul 3 2022, 10:36 PM.

Details

Summary

The vector types aren't legal with soft float.
Also disable under NoImplicitFloat for good measure.

Fixes PR56351.

Diff Detail

Event Timeline

craig.topper created this revision.Jul 3 2022, 10:36 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 3 2022, 10:36 PM
craig.topper requested review of this revision.Jul 3 2022, 10:36 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 3 2022, 10:36 PM
RKSimon accepted this revision.Jul 4 2022, 12:57 AM

LGTM

This revision is now accepted and ready to land.Jul 4 2022, 12:57 AM
This revision was landed with ongoing or failed builds.Jul 4 2022, 8:34 AM
This revision was automatically updated to reflect the committed changes.