This repository was archived by the owner on Apr 28, 2023. It is now read-only.
Commit 6644cb2
Sven Verdoolaege
schedule_isl_conversion.cc: extendChild: extract out insertChild
extendChild moves down in both the original tree and
the result of the conversion. Sometimes, however, it can be useful
to only move down in the original tree without moving
in the converted tree, e.g., when no corresponding node
is introduced in the converted tree.
This will be used for the thread specific marker nodes
added in the next commit.1 parent 249b314 commit 6644cb2
1 file changed
+14
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
210 | 211 | | |
211 | 212 | | |
212 | 213 | | |
213 | | - | |
| 214 | + | |
214 | 215 | | |
215 | 216 | | |
216 | | - | |
| 217 | + | |
217 | 218 | | |
218 | 219 | | |
219 | 220 | | |
220 | 221 | | |
221 | 222 | | |
222 | 223 | | |
223 | | - | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
224 | 235 | | |
225 | 236 | | |
226 | 237 | | |
| |||
0 commit comments