[all-commits] [llvm/llvm-project] 733b8b: [LAA] Simplify identification of speculatable stri...
Philip Reames via All-commits
all-commits at lists.llvm.org
Thu May 11 11:48:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 733b8b2b4919e76e1768919461fd5eb211e41d79
https://github.com/llvm/llvm-project/commit/733b8b2b4919e76e1768919461fd5eb211e41d79
Author: Philip Reames <preames at rivosinc.com>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M llvm/lib/Analysis/LoopAccessAnalysis.cpp
Log Message:
-----------
[LAA] Simplify identification of speculatable strides [nfc]
Mostly just avoiding the need to keep both Value and SCEVs flowing through with consistent handling. We can do everything in terms of SCEV - aside from the profitability heuristics which are now isolated in one spot.
More information about the All-commits
mailing list