[PATCH] D55448: [DAGCombiner] allow hoisting vector bitwise logic ahead of truncates

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 16 07:00:26 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL349303: [DAGCombiner] allow hoisting vector bitwise logic ahead of truncates (authored by spatel, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D55448?vs=178232&id=178393#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D55448

Files:
  llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/trunk/test/CodeGen/ARM/setcc-logic.ll
  llvm/trunk/test/CodeGen/Hexagon/autohvx/bitwise-pred-128b.ll
  llvm/trunk/test/CodeGen/Hexagon/autohvx/bitwise-pred-64b.ll
  llvm/trunk/test/CodeGen/X86/avx512-select.ll
  llvm/trunk/test/CodeGen/X86/bitcast-and-setcc-128.ll
  llvm/trunk/test/CodeGen/X86/bitcast-and-setcc-256.ll
  llvm/trunk/test/CodeGen/X86/bitcast-and-setcc-512.ll
  llvm/trunk/test/CodeGen/X86/psubus.ll
  llvm/trunk/test/CodeGen/X86/vector-rotate-128.ll
  llvm/trunk/test/CodeGen/X86/vector-rotate-256.ll
  llvm/trunk/test/CodeGen/X86/vector-rotate-512.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55448.178393.patch
Type: text/x-patch
Size: 53809 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181216/f31527b1/attachment.bin>


More information about the llvm-commits mailing list