[all-commits] [llvm/llvm-project] acdd57: [mlir][linalg] Fix linalg.transpose region builder.
Oleg Shyshkov via All-commits
all-commits at lists.llvm.org
Fri Oct 28 02:20:20 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: acdd576d05320527d694bf6523cbf48fcd0d4c11
https://github.com/llvm/llvm-project/commit/acdd576d05320527d694bf6523cbf48fcd0d4c11
Author: Oleg Shyshkov <shyshkov at google.com>
Date: 2022-10-28 (Fri, 28 Oct 2022)
Changed paths:
M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
M mlir/test/Dialect/Linalg/vectorization.mlir
M mlir/test/Interfaces/TilingInterface/lower-to-loops-using-interface.mlir
Log Message:
-----------
[mlir][linalg] Fix linalg.transpose region builder.
The region should yield the first argument (input) not the last argument
(output). Also fix a few tests that were affected by this bug.
Differential Revision: https://reviews.llvm.org/D136924
More information about the All-commits
mailing list