[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
Wed Sep 18 14:21:47 PDT 2019


lebedev.ri added a comment.

In D62450#1525641 <https://reviews.llvm.org/D62450#1525641>, @efriedma wrote:

> 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?


I don't know how to add standalone test coverage here.


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