[PATCH] D55935: [X86][SSE] Canonicalize OR(AND(X, C), AND(Y, ~C)) -> OR(AND(X, C), ANDNP(C, Y))

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 21 02:37:42 PST 2018


RKSimon updated this revision to Diff 179256.
RKSimon added a comment.

Accept all (legal) vector types to canonicalizeBitSelect


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55935/new/

https://reviews.llvm.org/D55935

Files:
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/bitreverse.ll
  test/CodeGen/X86/combine-fcopysign.ll
  test/CodeGen/X86/combine-udiv.ll
  test/CodeGen/X86/sse-fcopysign.ll
  test/CodeGen/X86/vec-copysign-avx512.ll
  test/CodeGen/X86/vec-copysign.ll
  test/CodeGen/X86/vector-bitreverse.ll
  test/CodeGen/X86/vector-fshl-128.ll
  test/CodeGen/X86/vector-fshl-256.ll
  test/CodeGen/X86/vector-fshl-512.ll
  test/CodeGen/X86/vector-fshl-rot-128.ll
  test/CodeGen/X86/vector-fshl-rot-256.ll
  test/CodeGen/X86/vector-fshl-rot-512.ll
  test/CodeGen/X86/vector-fshr-128.ll
  test/CodeGen/X86/vector-fshr-256.ll
  test/CodeGen/X86/vector-fshr-512.ll
  test/CodeGen/X86/vector-fshr-rot-128.ll
  test/CodeGen/X86/vector-fshr-rot-256.ll
  test/CodeGen/X86/vector-fshr-rot-512.ll
  test/CodeGen/X86/vector-rotate-128.ll
  test/CodeGen/X86/vector-rotate-256.ll
  test/CodeGen/X86/vector-rotate-512.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55935.179256.patch
Type: text/x-patch
Size: 222794 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181221/36ef97df/attachment-0001.bin>


More information about the llvm-commits mailing list