[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 21:07:04 PST 2017


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

Now avx512-fsel.ll is auto-generated from the script.


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


More information about the llvm-commits mailing list