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

Amaury SECHET via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 22 08:28:05 PDT 2019


deadalnix accepted this revision.
deadalnix added a comment.
This revision is now accepted and ready to land.

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


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