[PATCH] D18944: [DAGCombiner] Fold xor/and/or (bitcast(A), bitcast(B)) -> bitcast(op (A, B)) anytime before LegalizeVectorOprs

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 11 14:16:05 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL265998: [DAGCombiner] Fold xor/and/or (bitcast(A), bitcast(B)) -> bitcast(op (A,B))… (authored by RKSimon).

Changed prior to commit:
  http://reviews.llvm.org/D18944?vs=53216&id=53319#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D18944

Files:
  llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/trunk/test/CodeGen/X86/avx512-mask-op.ll
  llvm/trunk/test/CodeGen/X86/avx512-select.ll
  llvm/trunk/test/CodeGen/X86/avx512bw-mask-op.ll
  llvm/trunk/test/CodeGen/X86/avx512dq-mask-op.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-128-v4.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-128-v8.ll
  llvm/trunk/test/CodeGen/X86/widen_bitops-0.ll
  llvm/trunk/test/CodeGen/X86/widen_bitops-1.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18944.53319.patch
Type: text/x-patch
Size: 128423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160411/566a93af/attachment-0001.bin>


More information about the llvm-commits mailing list