[all-commits] [llvm/llvm-project] c08f49: [delinearize] use SCEV exprs in getIndexExpression...
Sebastian Pop via All-commits
all-commits at lists.llvm.org
Wed Dec 3 20:21:30 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c08f49b685052092362e5afbcd7bdbf659195a7a
https://github.com/llvm/llvm-project/commit/c08f49b685052092362e5afbcd7bdbf659195a7a
Author: Sebastian Pop <spop at nvidia.com>
Date: 2025-12-03 (Wed, 03 Dec 2025)
Changed paths:
M llvm/include/llvm/Analysis/Delinearization.h
M llvm/lib/Analysis/Delinearization.cpp
M llvm/lib/Analysis/DependenceAnalysis.cpp
M polly/lib/Analysis/ScopBuilder.cpp
Log Message:
-----------
[delinearize] use SCEV exprs in getIndexExpressionsFromGEP (#162888)
clean up interface of getIndexExpressionsFromGEP to get SCEV expressions
instead of int for Sizes of the arrays.
This intends to simplify the code in #156342 by avoiding conversions
from SCEV to int and back to SCEV.
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