[all-commits] [llvm/llvm-project] 51d43b: [MLIR] Fix affine parallelize pass.

Prashant Kumar via All-commits all-commits at lists.llvm.org
Wed Jun 16 12:56:27 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 51d43bbc4662202d7f694c43b968fb289a56a355
      https://github.com/llvm/llvm-project/commit/51d43bbc4662202d7f694c43b968fb289a56a355
  Author: Prashant Kumar <prashantk at polymagelabs.com>
  Date:   2021-06-17 (Thu, 17 Jun 2021)

  Changed paths:
    M mlir/lib/Dialect/Affine/Transforms/AffineParallelize.cpp
    M mlir/test/Dialect/Affine/parallelize.mlir

  Log Message:
  -----------
  [MLIR] Fix affine parallelize pass.

To control the number of outer parallel loops, we need to process the
 outer loops first and hence pre-order walk fixes the issue.

Reviewed By: bondhugula

Differential Revision: https://reviews.llvm.org/D104361




More information about the All-commits mailing list