This is an archive of the discontinued LLVM Phabricator instance.

[SLP][NFC] Precommit test that exposes a bug in ShuffleBuilder.
ClosedPublic

Authored by vporpo on Jun 13 2023, 4:44 PM.

Details

Summary

ShuffleBuilder generates a zero mask here:
[[TMP6:%.*]] = shufflevector <2 x float> [[TMP3]], <2 x float> poison, <4 x i32> zeroinitializer
But the correct mask is 0,0,1,1, or we should have reused TMP4.

Diff Detail

Event Timeline

vporpo created this revision.Jun 13 2023, 4:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 13 2023, 4:44 PM
vporpo requested review of this revision.Jun 13 2023, 4:44 PM
This revision is now accepted and ready to land.Jun 13 2023, 4:50 PM
This revision was landed with ongoing or failed builds.Jun 13 2023, 4:53 PM
This revision was automatically updated to reflect the committed changes.