[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
Mon Feb 20 19:55:35 PST 2017


twoh updated this revision to Diff 89153.
twoh added a comment.
Herald added a subscriber: jholewinski.

Some tests need to be updated as new DebugLoc changes instruction ordering.


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.89153.patch
Type: text/x-patch
Size: 6063 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170221/b194c5d2/attachment.bin>


More information about the llvm-commits mailing list