[all-commits] [llvm/llvm-project] e547b1: [mlir] Rank reducing subview conversion to LLVM
Jakub Lichman via All-commits
all-commits at lists.llvm.org
Thu Oct 8 06:48:08 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e547b1e2431f9b6175470ff703cf6e1988031cda
https://github.com/llvm/llvm-project/commit/e547b1e2431f9b6175470ff703cf6e1988031cda
Author: Jakub Lichman <limo at google.com>
Date: 2020-10-08 (Thu, 08 Oct 2020)
Changed paths:
M mlir/include/mlir/Dialect/StandardOps/IR/Ops.h
A mlir/integration_test/Dialect/Linalg/CPU/matmul-vs-matvec.mlir
A mlir/integration_test/Dialect/Linalg/CPU/rank-reducing-subview.mlir
M mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
Log Message:
-----------
[mlir] Rank reducing subview conversion to LLVM
This commit adjusts SubViewOp lowering to take rank reduction into account.
Differential Revision: https://reviews.llvm.org/D88883
More information about the All-commits
mailing list