llvm-project
6981f7e9 - [mlir] account for explicit affine.parallel in parallelization (#130812)

Commit
162 days ago
[mlir] account for explicit affine.parallel in parallelization (#130812) Affine parallelization should take explicitly parallel loops into account when computing loop depth for dependency analysis purposes. This was previously not the case, potentially leading to loops incorrectly being marked as parallel due to depth mismatch.
Author
Parents
  • mlir
    • lib/Dialect/Affine/Analysis
      • File
        Utils.cpp
    • test/Dialect/Affine
      • parallelize.mlir