[PATCH] D14261: [X86][SSE] Recursive search for zeroable shuffle elements

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 15 07:21:26 PST 2015


chandlerc added a comment.

I'm really not convinced this is the correct approach.

Instead, I think we should combine SHUFFLE_VECTOR nodes into a single node so that we don't need this kind of recursive logic. If that doesn't work for some reason, I think that needs to be pretty clearly explained.


Repository:
  rL LLVM

http://reviews.llvm.org/D14261





More information about the llvm-commits mailing list