[PATCH] D20292: [X86] Remove transformVSELECTtoBlendVECTOR_SHUFFLE

Michael Kuperstein via llvm-commits llvm-commits at lists.llvm.org
Mon May 16 11:11:54 PDT 2016


mkuper created this revision.
mkuper added a reviewer: chandlerc.
mkuper added a subscriber: llvm-commits.

The new X86 shuffle lowering can do just fine without transforming vselects into vector_shuffles.
It looks like the only thing this code does right now is cause trouble - in particular, it can lead to combine/legalization infinite loops.

This fixes PR27689.

http://reviews.llvm.org/D20292

Files:
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/vector-blend.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20292.57376.patch
Type: text/x-patch
Size: 7041 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160516/05a8221f/attachment.bin>


More information about the llvm-commits mailing list