Currently the last value of linear is calculated as var = init + num_iters * step.
Replaced it with var = var_priv, i.e. original variable gets the value
of the last private copy.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo