[all-commits] [llvm/llvm-project] ef3017: [mlir][linalg] lower index operations during linal...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Tue Apr 13 02:05:27 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ef30179efff24a02d5f7a3380a7f3cab247b1338
https://github.com/llvm/llvm-project/commit/ef30179efff24a02d5f7a3380a7f3cab247b1338
Author: Tobias Gysi <gysit at google.com>
Date: 2021-04-13 (Tue, 13 Apr 2021)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Loops.cpp
M mlir/test/Dialect/Linalg/loop-order.mlir
M mlir/test/Dialect/Linalg/loops.mlir
Log Message:
-----------
[mlir][linalg] lower index operations during linalg to loop lowering.
The patch extends the linalg to loop lowering pass to replace all linalg index operations by the induction variables of the generated loop nests.
Differential Revision: https://reviews.llvm.org/D100364
More information about the All-commits
mailing list