[PATCH] D62450: [DAGCombine][ARM] x ==/!= c -> (x - c) ==/!= 0 iff '-c' can be folded into the x node.

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 30 15:11:55 PDT 2019


lebedev.ri updated this revision to Diff 202315.
lebedev.ri added a comment.

Rebased, ping @efriedma.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62450/new/

https://reviews.llvm.org/D62450

Files:
  include/llvm/CodeGen/TargetLowering.h
  lib/CodeGen/SelectionDAG/TargetLowering.cpp
  test/CodeGen/ARM/addsubcarry-promotion.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62450.202315.patch
Type: text/x-patch
Size: 6522 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190530/24b050b3/attachment.bin>


More information about the llvm-commits mailing list