[all-commits] [llvm/llvm-project] 693725: [mlir] [VectorOps] Included i1 support for vector....
Aart Bik via All-commits
all-commits at lists.llvm.org
Thu Apr 30 14:56:47 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6937251f013f8a4709e4f9ca957381c3b762b509
https://github.com/llvm/llvm-project/commit/6937251f013f8a4709e4f9ca957381c3b762b509
Author: aartbik <ajcbik at google.com>
Date: 2020-04-30 (Thu, 30 Apr 2020)
Changed paths:
M mlir/include/mlir/ExecutionEngine/CRunnerUtils.h
M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
M mlir/lib/ExecutionEngine/CRunnerUtils.cpp
M mlir/test/Conversion/VectorToLLVM/vector-to-llvm.mlir
Log Message:
-----------
[mlir] [VectorOps] Included i1 support for vector.print
Summary:
Added boolean support to vector.print.
Useful for upcoming "mask" tests.
Reviewers: ftynse, nicolasvasilache, andydavis1
Reviewed By: andydavis1
Subscribers: mehdi_amini, rriddle, jpienaar, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, liufengdb, Joonsoo, grosul1, frgossen, Kayjukh, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D79198
More information about the All-commits
mailing list