[all-commits] [llvm/llvm-project] 54759c: [mlir] [VectorOps] changes to printing support for...
Aart Bik via All-commits
all-commits at lists.llvm.org
Mon Sep 28 11:43:57 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 54759cefdba929c89a0bde07df19d8946312a974
https://github.com/llvm/llvm-project/commit/54759cefdba929c89a0bde07df19d8946312a974
Author: Aart Bik <ajcbik at google.com>
Date: 2020-09-28 (Mon, 28 Sep 2020)
Changed paths:
M mlir/include/mlir/ExecutionEngine/CRunnerUtils.h
M mlir/integration_test/Dialect/LLVMIR/CPU/test-vector-reductions-fp.mlir
M mlir/integration_test/Dialect/LLVMIR/CPU/test-vector-reductions-int.mlir
M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
M mlir/lib/ExecutionEngine/CRunnerUtils.cpp
M mlir/test/Conversion/VectorToLLVM/vector-to-llvm.mlir
M mlir/test/mlir-cpu-runner/bare_ptr_call_conv.mlir
M mlir/test/mlir-cpu-runner/unranked_memref.mlir
Log Message:
-----------
[mlir] [VectorOps] changes to printing support for integers
(1) simplify integer printing logic by always using 64-bit print
(2) add index support (since vector<16xindex> is planned to be added)
(3) adjust naming convention print_x -> printX
Reviewed By: bkramer
Differential Revision: https://reviews.llvm.org/D88436
More information about the All-commits
mailing list