[PATCH] D56387: [DAGCombiner] Enable SimplifyDemandedBits vector support for TRUNCATE (WIP)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 12 04:18:39 PDT 2019


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

rebase - most of the remaining x86 issues should be fixed by D66004 <https://reviews.llvm.org/D66004>


Repository:
  rL LLVM

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

https://reviews.llvm.org/D56387

Files:
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  lib/CodeGen/SelectionDAG/TargetLowering.cpp
  test/CodeGen/AMDGPU/idot4s.ll
  test/CodeGen/AMDGPU/idot4u.ll
  test/CodeGen/AMDGPU/idot8s.ll
  test/CodeGen/AMDGPU/widen-smrd-loads.ll
  test/CodeGen/ARM/lowerMUL-newload.ll
  test/CodeGen/X86/avg.ll
  test/CodeGen/X86/combine-sra.ll
  test/CodeGen/X86/known-signbits-vector.ll
  test/CodeGen/X86/min-legal-vector-width.ll
  test/CodeGen/X86/vector-trunc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56387.214598.patch
Type: text/x-patch
Size: 66229 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190812/9a00f019/attachment.bin>


More information about the llvm-commits mailing list