[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
Tue Oct 22 08:58:06 PDT 2019


lebedev.ri added a comment.

In D62450#1717999 <https://reviews.llvm.org/D62450#1717999>, @deadalnix wrote:

> It's indeed not clear if what you have is the result of the legalizer. In this case just proceed.


Okay :(
Thanks for the review.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D62450





More information about the llvm-commits mailing list