[all-commits] [llvm/llvm-project] 1e6067: [MLIR] Fix parallel loop tiling.

Stephan Herhut via All-commits all-commits at lists.llvm.org
Wed Jun 17 14:30:48 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1e60678c1f68a9ba109a669afa471834692ce979
      https://github.com/llvm/llvm-project/commit/1e60678c1f68a9ba109a669afa471834692ce979
  Author: Stephan Herhut <herhut at google.com>
  Date:   2020-06-17 (Wed, 17 Jun 2020)

  Changed paths:
    M mlir/lib/Dialect/SCF/Transforms/ParallelLoopTiling.cpp
    M mlir/test/Dialect/SCF/parallel-loop-tiling.mlir

  Log Message:
  -----------
  [MLIR] Fix parallel loop tiling.

Summary:
Parallel loop tiling did not properly compute the updated loop
indices when tiling, which lead to wrong results.

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




More information about the All-commits mailing list