[all-commits] [llvm/llvm-project] e52414: [mlir][VectorOps] Generalized vector.print to i32/i64
Aart Bik via All-commits
all-commits at lists.llvm.org
Fri Feb 7 09:25:38 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e52414b1ae466acf900fc4515abf7de5a3fd6fca
https://github.com/llvm/llvm-project/commit/e52414b1ae466acf900fc4515abf7de5a3fd6fca
Author: aartbik <ajcbik at google.com>
Date: 2020-02-07 (Fri, 07 Feb 2020)
Changed paths:
M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
M mlir/test/Conversion/VectorToLLVM/vector-to-llvm.mlir
M mlir/test/mlir-cpu-runner/mlir_runner_utils.cpp
Log Message:
-----------
[mlir][VectorOps] Generalized vector.print to i32/i64
Summary:
Lowering to LLVM IR was restricted to float/double.
This CL also adds the integral values.
Reviewers: andydavis1, nicolasvasilache, ftynse
Reviewed By: nicolasvasilache, ftynse
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/D74179
More information about the All-commits
mailing list