[PATCH] D126988: Revert "[X86] combineConcatVectorOps - add support for concatenation VSELECT/BLENDV nodes"

Steven Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 3 11:53:37 PDT 2022


srj created this revision.
Herald added subscribers: jsji, pengfei, hiraditya.
Herald added a project: All.
srj requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This reverts commit ea8fb3b6019642a3a032fd65588eb8460439d2f9 <https://reviews.llvm.org/rGea8fb3b6019642a3a032fd65588eb8460439d2f9>.

Causes code-generation failures for x86-32 SIMD code in Halide. See original commit for example of a repro case.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D126988

Files:
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/test/CodeGen/X86/vec_minmax_sint.ll
  llvm/test/CodeGen/X86/vec_minmax_uint.ll
  llvm/test/CodeGen/X86/vselect-minmax.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126988.434095.patch
Type: text/x-patch
Size: 42464 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220603/95c9f94a/attachment.bin>


More information about the llvm-commits mailing list