[PATCH] D58070: [DAG] Remember nodes added to the worklist for pruning.

Nirav Dave via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 25 12:09:43 PDT 2019


niravd updated this revision to Diff 192150.
niravd marked 3 inline comments as done.
niravd added a comment.

Address James' Comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D58070

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/test/CodeGen/AMDGPU/and.ll
  llvm/test/CodeGen/AMDGPU/calling-conventions.ll
  llvm/test/CodeGen/AMDGPU/fneg-combines.ll
  llvm/test/CodeGen/AMDGPU/idot2.ll
  llvm/test/CodeGen/AMDGPU/idot4s.ll
  llvm/test/CodeGen/AMDGPU/idot4u.ll
  llvm/test/CodeGen/AMDGPU/idot8s.ll
  llvm/test/CodeGen/AMDGPU/idot8u.ll
  llvm/test/CodeGen/AMDGPU/mad_uint24.ll
  llvm/test/CodeGen/AMDGPU/shift-and-i64-ubfe.ll
  llvm/test/CodeGen/AMDGPU/shift-i64-opts.ll
  llvm/test/CodeGen/AMDGPU/shl_add_ptr.ll
  llvm/test/CodeGen/AMDGPU/widen-smrd-loads.ll
  llvm/test/CodeGen/ARM/CGP/arm-cgp-overflow.ll
  llvm/test/CodeGen/ARM/vdup.ll
  llvm/test/CodeGen/PowerPC/pr39478.ll
  llvm/test/CodeGen/PowerPC/testComparesigesll.ll
  llvm/test/CodeGen/X86/constant-combines.ll
  llvm/test/CodeGen/X86/jump_sign.ll
  llvm/test/CodeGen/X86/known-signbits-vector.ll
  llvm/test/CodeGen/X86/legalize-shift-64.ll
  llvm/test/CodeGen/X86/masked_gather_scatter.ll
  llvm/test/CodeGen/X86/movmsk.ll
  llvm/test/CodeGen/X86/not-and-simplify.ll
  llvm/test/CodeGen/X86/pr28504.ll
  llvm/test/CodeGen/X86/pr33844.ll
  llvm/test/CodeGen/X86/sse3.ll
  llvm/test/CodeGen/X86/vec_extract-mmx.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58070.192150.patch
Type: text/x-patch
Size: 101292 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190325/0300e1ad/attachment.bin>


More information about the llvm-commits mailing list