[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:10:35 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL296825: [DAGCombiner] Fix DebugLoc propagation when folding !(x cc y) -> (x !cc y) (authored by twoh).

Changed prior to commit:
  https://reviews.llvm.org/D29813?vs=90388&id=90391#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D29813

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

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


More information about the llvm-commits mailing list