[all-commits] [llvm/llvm-project] 4703a0: [mlir][Linalg] NFC - Reorganize options nesting.
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Sat Oct 23 06:07:45 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4703a07e6cc170666abb62d91307978ab4992d9c
https://github.com/llvm/llvm-project/commit/4703a07e6cc170666abb62d91307978ab4992d9c
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2021-10-23 (Sat, 23 Oct 2021)
Changed paths:
M mlir/include/mlir/Conversion/VectorToSCF/VectorToSCF.h
M mlir/include/mlir/Dialect/Linalg/Transforms/CodegenStrategy.h
M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
M mlir/lib/Dialect/Linalg/Transforms/CodegenStrategy.cpp
M mlir/lib/Dialect/Linalg/Transforms/LinalgStrategyPasses.cpp
M mlir/test/lib/Dialect/Linalg/TestLinalgCodegenStrategy.cpp
Log Message:
-----------
[mlir][Linalg] NFC - Reorganize options nesting.
This removes duplication and makes nesting more clear.
It also reduces the amount of changes necessary for exposing future options.
Differential revision: https://reviews.llvm.org/D112344
More information about the All-commits
mailing list