Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(compiler): Ensure that ForLoopToParallelPass does not trigger fo…
…r scf.for with parallel = false This ensures that the regression fixed by 3cd3dff is not reintroduced, which caused the compiler to abort in `ForLoopToParallelPass` for `scf.for` loops with iteration arguments, even if these were marked with the attribute `parallel` set to `false`.
- Loading branch information