This is an archive of the discontinued LLVM Phabricator instance.

[InstSimplify] Update to handle new shufflevector semantics
ClosedPublic

Authored by ManuelJBrito on Apr 30 2023, 5:30 AM.

Details

Summary

After D148637 a shufflevector with an undefined mask yields poison. This patch updates InstSimplify to use the new semantics.

Diff Detail

Event Timeline

ManuelJBrito created this revision.Apr 30 2023, 5:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 30 2023, 5:30 AM
ManuelJBrito requested review of this revision.Apr 30 2023, 5:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 30 2023, 5:30 AM
nikic accepted this revision.Apr 30 2023, 6:57 AM

LGTM

This revision is now accepted and ready to land.Apr 30 2023, 6:57 AM
This revision was landed with ongoing or failed builds.May 3 2023, 1:32 PM
This revision was automatically updated to reflect the committed changes.