[all-commits] [llvm/llvm-project] f1632d: IR: introduce ICmpInst::isImpliedByMatchingCmp (#1...
Ramkumar Ramachandra via All-commits
all-commits at lists.llvm.org
Mon Jan 13 08:20:22 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f1632d25db47629221b8a25d79b7993b397f6886
https://github.com/llvm/llvm-project/commit/f1632d25db47629221b8a25d79b7993b397f6886
Author: Ramkumar Ramachandra <ramkumar.ramachandra at codasip.com>
Date: 2025-01-13 (Mon, 13 Jan 2025)
Changed paths:
M llvm/include/llvm/IR/Instructions.h
M llvm/include/llvm/SandboxIR/Instruction.h
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/lib/IR/Instructions.cpp
M llvm/lib/Transforms/Scalar/NewGVN.cpp
M llvm/test/Analysis/ValueTracking/implied-condition-samesign.ll
Log Message:
-----------
IR: introduce ICmpInst::isImpliedByMatchingCmp (#122597)
Create an abstraction over isImplied{True,False}ByMatchingCmp to
faithfully communicate the result of both functions, cleaning up code in
callsites. While at it, fix a bug in the implied-false version of the
function, which was inadvertedenly dropping samesign information.
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