[all-commits] [llvm/llvm-project] b53e79: VT: teach isImpliedCondOperands about samesign (#1...
Ramkumar Ramachandra via All-commits
all-commits at lists.llvm.org
Fri Jan 10 04:08:17 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b53e79422adb83870f44c55d977989da3e5c8c69
https://github.com/llvm/llvm-project/commit/b53e79422adb83870f44c55d977989da3e5c8c69
Author: Ramkumar Ramachandra <ramkumar.ramachandra at codasip.com>
Date: 2025-01-10 (Fri, 10 Jan 2025)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/test/Analysis/ValueTracking/implied-condition-samesign.ll
Log Message:
-----------
VT: teach isImpliedCondOperands about samesign (#120263)
isImpliedCondICmps() and its callers in ValueTracking can greatly
benefit from being taught about samesign. As a first step, teach one
caller, namely isImpliedCondOperands(). Very minimal changes are
required for this, as CmpPredicate::getMatching() does most of the work.
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