[all-commits] [llvm/llvm-project] 2d0ca6: [mlir][test] Add expand-strided-metadata to lower-...
qcolombet via All-commits
all-commits at lists.llvm.org
Thu Dec 15 01:18:32 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2d0ca6b68ce246fbc2280e6f9cd5f5f649931b56
https://github.com/llvm/llvm-project/commit/2d0ca6b68ce246fbc2280e6f9cd5f5f649931b56
Author: Quentin Colombet <quentin.colombet at gmail.com>
Date: 2022-12-15 (Thu, 15 Dec 2022)
Changed paths:
A mlir/test/Dialect/LLVM/lower-to-llvm-e2e.mlir
M mlir/test/lib/Dialect/LLVM/CMakeLists.txt
M mlir/test/lib/Dialect/LLVM/TestLowerToLLVM.cpp
M utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
Log Message:
-----------
[mlir][test] Add expand-strided-metadata to lower-to-llvm
This patch adds the `ExpandStridedMetadataPass` to the LowerToLLVM named
pipeline.
This is required now that "complex" memref operations, like subviews,
need to be expanded before being lowered.
Differential Revision: https://reviews.llvm.org/D139841
More information about the All-commits
mailing list