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

Nirav Dave via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 27 09:17:45 PDT 2019


niravd updated this revision to Diff 192453.
niravd marked 10 inline comments as done.
niravd added a comment.
Herald added a subscriber: jdoerfert.

Address lingering test 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/extractelement-fp.ll
  llvm/test/CodeGen/X86/jump_sign.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/oddshuffles.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
  llvm/test/CodeGen/X86/widen_arith-3.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58070.192453.patch
Type: text/x-patch
Size: 105834 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190327/a9fdad99/attachment-0001.bin>


More information about the llvm-commits mailing list