[all-commits] [llvm/llvm-project] 3019e4: SCEV: thread samesign in isBasicBlockEntryGuardedB...
Ramkumar Ramachandra via All-commits
all-commits at lists.llvm.org
Mon Feb 10 06:47:36 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3019e49ebfc5d710191712b6d437c56c01e65b87
https://github.com/llvm/llvm-project/commit/3019e49ebfc5d710191712b6d437c56c01e65b87
Author: Ramkumar Ramachandra <ramkumar.ramachandra at codasip.com>
Date: 2025-02-10 (Mon, 10 Feb 2025)
Changed paths:
M llvm/include/llvm/IR/Instructions.h
M llvm/lib/Analysis/ScalarEvolution.cpp
Log Message:
-----------
SCEV: thread samesign in isBasicBlockEntryGuardedByCond (NFC) (#125840)
isBasicBlockEntryGuardedByCond inadvertedenly drops samesign information
when calling ICmpInst::getNonStrictPredicate. Fix this.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list