[all-commits] [llvm/llvm-project] a213ec: [mlir] [VectorOps, LinAlg] Remove direct LLVM lower...
Aart Bik via All-commits
all-commits at lists.llvm.org
Fri Mar 13 11:42:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a213ece30bdb8b604ea0933edbd9c2ca77b9631f
https://github.com/llvm/llvm-project/commit/a213ece30bdb8b604ea0933edbd9c2ca77b9631f
Author: aartbik <ajcbik at google.com>
Date: 2020-03-13 (Fri, 13 Mar 2020)
Changed paths:
M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
M mlir/test/Dialect/Linalg/llvm.mlir
Log Message:
-----------
[mlir] [VectorOps,LinAlg] Remove direct LLVM lowering for vector.broadcast
Summary:
The direct lowering of vector.broadcast into LLVM has been replaced by
progressive lowering into elementary vector ops. This also required a
small refactoring of a llvm.mlir test that used a direct vector.broadcast
operator (just to define a matmul).
Reviewers: nicolasvasilache, andydavis1, rriddle
Reviewed By: nicolasvasilache
Subscribers: mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, liufengdb, Joonsoo, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D76143
More information about the All-commits
mailing list