[PATCH] D132989: [InstSimplify] Odd - X ==/!= X -> false/true
Liao Chunyu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 4 20:31:14 PDT 2022
liaolucy added a comment.
In D132989#3769189 <https://reviews.llvm.org/D132989#3769189>, @spatel wrote:
> 1. Did you determine that the transform is valid without nsw/nuw?
Yes, it is correct without nsw/nuw, some testcases have been added.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132989/new/
https://reviews.llvm.org/D132989
More information about the llvm-commits
mailing list