[all-commits] [llvm/llvm-project] d0650d: Revert "[mlir][MemRefToLLVM] Remove the code for l...
qcolombet via All-commits
all-commits at lists.llvm.org
Fri Dec 2 06:24:17 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d0650d108929985760d536d59e9927838dccc9b8
https://github.com/llvm/llvm-project/commit/d0650d108929985760d536d59e9927838dccc9b8
Author: Quentin Colombet <quentin.colombet at gmail.com>
Date: 2022-12-02 (Fri, 02 Dec 2022)
Changed paths:
M mlir/lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp
R mlir/test/Conversion/MemRefToLLVM/expand-then-convert-to-llvm.mlir
M mlir/test/Conversion/MemRefToLLVM/memref-to-llvm.mlir
Log Message:
-----------
Revert "[mlir][MemRefToLLVM] Remove the code for lowering subview"
This reverts commit c8e15afa4caf74f0d8281ca3e44674f1f6c1bc52.
This breaks some integration tests, see
https://lab.llvm.org/buildbot/#/builders/220/builds/10446
I have to update a bunch of RUN lines in the tests to use the new
lowering scheme. Nothing complicated but let's keep the build clean
while I'm fixing that.
More information about the All-commits
mailing list