[PATCH] D54646: DAG combiner: fold (select, C, X, undef) -> X

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 16 12:54:35 PST 2018


rampitec created this revision.
rampitec added reviewers: nhaehnle, arsenm.
Herald added subscribers: javed.absar, wdng, qcolombet.

https://reviews.llvm.org/D54646

Files:
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  test/CodeGen/AArch64/half.ll
  test/CodeGen/ARM/sub-cmp-peephole.ll
  test/CodeGen/Generic/dag-combine-select-undef.ll
  test/CodeGen/Hexagon/autohvx/isel-extractelt-illegal-type.ll
  test/CodeGen/Hexagon/swp-const-tc1.ll
  test/CodeGen/SystemZ/subregliveness-04.ll
  test/CodeGen/X86/2012-08-07-CmpISelBug.ll
  test/CodeGen/X86/hoist-spill.ll
  test/CodeGen/X86/pr31045.ll
  test/CodeGen/X86/pr32610.ll
  test/CodeGen/X86/scheduler-backtracking.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54646.174433.patch
Type: text/x-patch
Size: 28593 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181116/753eda82/attachment-0001.bin>


More information about the llvm-commits mailing list