[all-commits] [llvm/llvm-project] e60de2: [LAA] Replace symbolic strides for translated poin...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat Feb 15 10:45:17 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e60de25c4e9a6d59b7fd868e803cfe3cd77d4078
https://github.com/llvm/llvm-project/commit/e60de25c4e9a6d59b7fd868e803cfe3cd77d4078
Author: Florian Hahn <flo at fhahn.com>
Date: 2025-02-15 (Sat, 15 Feb 2025)
Changed paths:
M llvm/lib/Analysis/LoopAccessAnalysis.cpp
Log Message:
-----------
[LAA] Replace symbolic strides for translated pointers earlier (NFC).
Move up replaceSymbolicStrideSCEV before isNoWrap. It needs to be called
after hasComputableBounds, as this may create an AddRec via PSE, which
replaceSymbolicStrideSCEV will look up.
This is in preparation for simplifying isNoWrap.
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