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

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 31 14:25:10 PDT 2019


efriedma added a comment.

Can you add test coverage for some other target, maybe x86?

Can you add test coverage for a few more variations?  Maybe something with SUBCARRY?


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