[all-commits] [llvm/llvm-project] b1c688: [mlir] [VectorOps] Implement vector.create_mask lo...
Aart Bik via All-commits
all-commits at lists.llvm.org
Fri May 15 11:02:57 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b1c688dbae696e30ae5fb22677bfbfa255117f9f
https://github.com/llvm/llvm-project/commit/b1c688dbae696e30ae5fb22677bfbfa255117f9f
Author: aartbik <ajcbik at google.com>
Date: 2020-05-15 (Fri, 15 May 2020)
Changed paths:
M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
M mlir/lib/Dialect/Vector/VectorTransforms.cpp
M mlir/test/Dialect/Vector/vector-contract-transforms.mlir
M mlir/test/Target/vector-to-llvm-ir.mlir
Log Message:
-----------
[mlir] [VectorOps] Implement vector.create_mask lowering to LLVM IR
Summary:
First, compact implementation of lowering to LLVM IR. A bit more
challenging than the constant mask due to the dynamic indices, of course.
I like to hear if there are more efficient ways of doing this in LLVM,
but this for now at least gives us a functional reference implementation.
Reviewers: nicolasvasilache, ftynse, bkramer, reidtatge, andydavis1, mehdi_amini
Reviewed By: nicolasvasilache
Subscribers: mehdi_amini, rriddle, jpienaar, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, liufengdb, stephenneuendorffer, Joonsoo, grosul1, frgossen, Kayjukh, jurahul, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D79954
More information about the All-commits
mailing list