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

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 22 07:31:16 PDT 2019


RKSimon updated this revision to Diff 196070.
RKSimon added a comment.
Herald added a project: LLVM.

rebase - still showing a number of regressions that are proving tricky to fix


Repository:
  rL LLVM

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

https://reviews.llvm.org/D56387

Files:
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  test/CodeGen/AArch64/vec_umulo.ll
  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/avx512-any_extend_load.ll
  test/CodeGen/X86/combine-sra.ll
  test/CodeGen/X86/known-signbits-vector.ll
  test/CodeGen/X86/vector-trunc-widen.ll
  test/CodeGen/X86/vector-trunc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56387.196070.patch
Type: text/x-patch
Size: 54520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190422/073169fc/attachment.bin>


More information about the llvm-commits mailing list