Files
clang-p2996/llvm/lib/Transforms/Utils/SimplifyIndVar.cpp
Ramkumar Ramachandra 88f858d858 IndVarSimplify: thread CmpPredicate to SCEV (NFC) (#125240)
Relevant parts of ScalarEvolution's API accept a CmpPredicate instead of
a CmpInst::Predicate after 60dc450 (SCEV: migrate to CmpPredicate
(NFC)). After auditing the callers of these APIs, it was found that
IndVarSimplify was dropping samesign information. Fix this.
2025-01-31 18:07:44 +00:00

86 KiB