[PATCH] D29813: [DAGCombiner] Fix DebugLoc propagation when folding !(x cc y) -> (x !cc y)

Taewook Oh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 2 14:02:58 PST 2017


twoh updated this revision to Diff 90388.
twoh added a comment.

Rebase. Fix test/CodeGen/X86/and-sink.ll that added 9days ago.


https://reviews.llvm.org/D29813

Files:
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  test/CodeGen/NVPTX/lower-aggr-copies.ll
  test/CodeGen/X86/and-sink.ll
  test/CodeGen/X86/avx512-fsel.ll
  test/CodeGen/X86/fp128-i128.ll
  test/CodeGen/X86/xor-combine-debugloc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29813.90388.patch
Type: text/x-patch
Size: 7656 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170302/21f1bb4a/attachment.bin>


More information about the llvm-commits mailing list