This repository was archived by the owner on Apr 28, 2023. It is now read-only.
Commit e5f0096
Sven Verdoolaege
ScheduleTreeElemBand::drop: drop elements from list
The function isl_multi_union_pw_aff_drop_dims will not be exposed
in the mainline C++ interface.
A similar function that drops base expression in the multi expression
may get added later and this function could then be used here.
For now, use slightly more verbose code to perform
the dropping of elements on a list extracted from the multi expression.1 parent dc8ac72 commit e5f0096
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
163 | 167 | | |
164 | 168 | | |
165 | 169 | | |
| |||
0 commit comments