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

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 27 09:07:20 PDT 2018


RKSimon created this revision.
RKSimon added reviewers: craig.topper, andreadb, spatel, zvi.

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.


Repository:
  rL LLVM

https://reviews.llvm.org/D44942

Files:
  lib/Target/X86/X86ISelLowering.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44942.139944.patch
Type: text/x-patch
Size: 13755 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180327/972e7d2c/attachment.bin>


More information about the llvm-commits mailing list