[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
Tue Feb 21 13:15:48 PST 2017


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

Addressing @aprantl's comments. Thanks!


https://reviews.llvm.org/D29813

Files:
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  test/CodeGen/NVPTX/lower-aggr-copies.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.89270.patch
Type: text/x-patch
Size: 6389 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170221/396cf007/attachment.bin>


More information about the llvm-commits mailing list