ARM64: optimise (cmp x, (sub 0, y)) to (cmn x, y).
This transformation is only valid when being used for an EQ or NE comparison since the flags change otherwise. llvm-svn: 206167
Loading
Please sign in to comment
This transformation is only valid when being used for an EQ or NE comparison since the flags change otherwise. llvm-svn: 206167