[all-commits] [llvm/llvm-project] 648456: [MLIR][SCF] Find all innermost loops for parallel ...
frgossen via All-commits
all-commits at lists.llvm.org
Fri Nov 27 01:41:22 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6484567f14881003a7c46d1587dbb0cf8082282a
https://github.com/llvm/llvm-project/commit/6484567f14881003a7c46d1587dbb0cf8082282a
Author: Frederik Gossen <frgossen at google.com>
Date: 2020-11-27 (Fri, 27 Nov 2020)
Changed paths:
M mlir/lib/Dialect/SCF/Transforms/ParallelLoopTiling.cpp
M mlir/test/Dialect/SCF/parallel-loop-tiling.mlir
Log Message:
-----------
[MLIR][SCF] Find all innermost loops for parallel loop tiling
Overcome the assumption that parallel loops are only nested in other parallel
loops.
Differential Revision: https://reviews.llvm.org/D92188
More information about the All-commits
mailing list