[all-commits] [llvm/llvm-project] 1b702e: [mlir][Linalg] NFC - Reorganize options nesting.
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Sun Oct 24 23:25:28 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1b702eea94aea194084b52c7696d7d2f5d159aba
https://github.com/llvm/llvm-project/commit/1b702eea94aea194084b52c7696d7d2f5d159aba
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2021-10-25 (Mon, 25 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