[all-commits] [llvm/llvm-project] 278062: [CVP] Add test showing how a call-site range can p...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Apr 22 07:46:00 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 278062f119795373c5e43a62280b4b6f2bffbd48
https://github.com/llvm/llvm-project/commit/278062f119795373c5e43a62280b4b6f2bffbd48
Author: Nikita Popov <npopov at redhat.com>
Date: 2025-04-22 (Tue, 22 Apr 2025)
Changed paths:
M llvm/test/Transforms/CorrelatedValuePropagation/uscmp.ll
Log Message:
-----------
[CVP] Add test showing how a call-site range can pessimize opt (NFC)
Commit: d51b2785abf77978d9218a7b6fb5b8ec6c770c31
https://github.com/llvm/llvm-project/commit/d51b2785abf77978d9218a7b6fb5b8ec6c770c31
Author: Nikita Popov <npopov at redhat.com>
Date: 2025-04-22 (Tue, 22 Apr 2025)
Changed paths:
M llvm/lib/IR/Instructions.cpp
M llvm/test/Transforms/CorrelatedValuePropagation/uscmp.ll
Log Message:
-----------
[IR] Intersect call and fn range in CallBase::getRange()
To make sure that a larger range on the call-site does not suppress
information from a smaller range at the declaration.
Compare: https://github.com/llvm/llvm-project/compare/e87aa0c6ab7b...d51b2785abf7
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