[PATCH] D42679: [DAGCombiner] When combining zero_extend of a truncate, only mask before extending for vectors.

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 1 14:35:28 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL326500: [DAGCombiner] When combining zero_extend of a truncate, only mask beforeā€¦ (authored by ctopper, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D42679?vs=134506&id=136609#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D42679

Files:
  llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/trunk/test/CodeGen/AArch64/arm64-aapcs.ll
  llvm/trunk/test/CodeGen/AArch64/arm64-arith.ll
  llvm/trunk/test/CodeGen/AArch64/bitfield.ll
  llvm/trunk/test/CodeGen/NVPTX/param-load-store.ll
  llvm/trunk/test/CodeGen/PowerPC/vec_extract_p9_2.ll
  llvm/trunk/test/CodeGen/SystemZ/insert-05.ll
  llvm/trunk/test/CodeGen/X86/3addr-or.ll
  llvm/trunk/test/CodeGen/X86/avx512cd-intrinsics-upgrade.ll
  llvm/trunk/test/CodeGen/X86/avx512cdvl-intrinsics-upgrade.ll
  llvm/trunk/test/CodeGen/X86/avx512vl-vec-masked-cmp.ll
  llvm/trunk/test/CodeGen/X86/memset-nonzero.ll
  llvm/trunk/test/CodeGen/X86/pr27591.ll
  llvm/trunk/test/CodeGen/X86/pr35763.ll
  llvm/trunk/test/CodeGen/X86/sext-i1.ll
  llvm/trunk/test/CodeGen/X86/swift-return.ll
  llvm/trunk/test/DebugInfo/X86/sdag-combine.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42679.136609.patch
Type: text/x-patch
Size: 22167 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180301/2c5554e8/attachment.bin>


More information about the llvm-commits mailing list