[llvm] [LAA] Use PSE::getSymbolicMaxBackedgeTakenCount. (PR #93499)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue May 28 21:55:12 PDT 2024
================
@@ -3004,7 +3004,7 @@ void LoopAccessInfo::collectStridedAccess(Value *MemAccess) {
// of various possible stride specializations, considering the alternatives
// of using gather/scatters (if available).
- const SCEV *BETakenCount = PSE->getBackedgeTakenCount();
+ const SCEV *BETakenCount = PSE->getSymbolicMaxBackedgeTakenCount();
----------------
fhahn wrote:
Yeah, let me take a look into this separately.
https://github.com/llvm/llvm-project/pull/93499
More information about the llvm-commits
mailing list