This is an archive of the discontinued LLVM Phabricator instance.

[X86][SSE] Don't bother re-adding combined target shuffles to the work list
ClosedPublic

Authored by RKSimon on Mar 27 2018, 9:06 AM.

Details

Summary

We are re-adding all the bitcasts, constant masks and target shuffles to the work list for no apparent gain.

Found while investigating adding SimplifyDemandedVectorElts to target shuffles.

Diff Detail

Repository
rL LLVM

Event Timeline

RKSimon created this revision.Mar 27 2018, 9:06 AM
This revision is now accepted and ready to land.Mar 28 2018, 11:15 AM
This revision was automatically updated to reflect the committed changes.