We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5d6b4 commit dec3f43Copy full SHA for dec3f43
src/copyable_task.jl
@@ -244,7 +244,7 @@ the transformed IR would be something like
244
```julia
245
%5 = ref_for_%3[]
246
%6 = f(%5, _1)
247
- ref_for_%5[] = %6
+ref_for_%5[] = %6
248
```
249
Setting things up in this manner ensures that an independent copy is made by simply copying
250
all of the refs. A `deepcopy` is required for correctness as, while the refs do not alias
0 commit comments