[all-commits] [llvm/llvm-project] 9227a7: [MLIR][Loops] Expose transformations on loop.paral...
Stephan Herhut via All-commits
all-commits at lists.llvm.org
Thu Feb 27 11:04:29 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9227a74b7e8ff9b9cb5924e03547b940dc06e331
https://github.com/llvm/llvm-project/commit/9227a74b7e8ff9b9cb5924e03547b940dc06e331
Author: Stephan Herhut <herhut at google.com>
Date: 2020-02-27 (Thu, 27 Feb 2020)
Changed paths:
A mlir/include/mlir/Dialect/LoopOps/Transforms.h
M mlir/lib/Dialect/LoopOps/Transforms/ParallelLoopFusion.cpp
M mlir/lib/Dialect/LoopOps/Transforms/ParallelLoopTiling.cpp
Log Message:
-----------
[MLIR][Loops] Expose transformations on loop.parallel in header (NFC).
Summary:
This change does not add any functionality but merely exposes existing
static functions to make the associated transformations available
outside of their testing passes.
Differential Revision: https://reviews.llvm.org/D75232
More information about the All-commits
mailing list