This repository was archived by the owner on Apr 28, 2023. It is now read-only.
Commit 220ff68
Sven Verdoolaege
IterationDomain: also keep track of original parameter space
The function makeIslAffBoundsFromExpr will be changed
to only take a parameter space as input.
Scop::makeIslAffFromStmtExpr therefore needs to have access
to the set of all parameters available at the point where
the iteration domain is constructed.
Store them in IterationDomain for reuse
in Scop::makeIslAffFromStmtExpr.
Note that these parameters are not available as such
in the iteration domain tuple since they are not parameters
from the point of view of the iteration domain.1 parent 94c1141 commit 220ff68
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
| 436 | + | |
436 | 437 | | |
437 | 438 | | |
438 | 439 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| |||
0 commit comments