[PATCH] D110517: [SCEV] Prove implication of predicates to their sign-flipped counterparts
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 14 12:14:08 PDT 2021
nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/lib/Analysis/ScalarEvolution.cpp:10795
+ assert((ICmpInst::isLT(CanonicalPred) || ICmpInst::isLE(CanonicalPred)) &&
+ "Must be!");
+ assert((ICmpInst::isLT(CanonicalFoundPred) ||
----------------
Is this malicious compliance? ^^
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110517/new/
https://reviews.llvm.org/D110517
More information about the llvm-commits
mailing list