[PATCH] D31483: [DAGCombiner] convert and-of-seteq to bitwise logic+seteq (PR32401)

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 5 07:22:18 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL299542: [DAGCombiner] add and use TLI hook to convert and-of-seteq / or-of-setne to… (authored by spatel).

Changed prior to commit:
  https://reviews.llvm.org/D31483?vs=93970&id=94224#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D31483

Files:
  llvm/trunk/include/llvm/Target/TargetLowering.h
  llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/trunk/lib/Target/ARM/ARMISelLowering.h
  llvm/trunk/lib/Target/PowerPC/PPCISelLowering.h
  llvm/trunk/lib/Target/X86/X86ISelLowering.h
  llvm/trunk/test/CodeGen/ARM/setcc-logic.ll
  llvm/trunk/test/CodeGen/PowerPC/setcc-logic.ll
  llvm/trunk/test/CodeGen/X86/avx512-cmp.ll
  llvm/trunk/test/CodeGen/X86/setcc-logic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31483.94224.patch
Type: text/x-patch
Size: 8501 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170405/b6fe489a/attachment.bin>


More information about the llvm-commits mailing list