[all-commits] [llvm/llvm-project] 99069a: [mlir][linalg] fix crash when promoting rank-reduc...
Chris via All-commits
all-commits at lists.llvm.org
Mon Jun 6 11:08:57 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 99069ab212f547088b39aa0b73e8c77f59d89b0c
https://github.com/llvm/llvm-project/commit/99069ab212f547088b39aa0b73e8c77f59d89b0c
Author: Christopher Bate <cbate at nvidia.com>
Date: 2022-06-06 (Mon, 06 Jun 2022)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Promotion.cpp
M mlir/test/Dialect/Linalg/promote.mlir
Log Message:
-----------
[mlir][linalg] fix crash when promoting rank-reducing memref.subviews
This change adds support for promoting `linalg` operation operands that
are produced by rank-reducing `memref.subview` ops.
Differential Revision: https://reviews.llvm.org/D127086
More information about the All-commits
mailing list