[all-commits] [llvm/llvm-project] b8880f: [mlir] [VectorOps] generalize printing support for...
Aart Bik via All-commits
all-commits at lists.llvm.org
Fri Sep 25 04:52:55 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b8880f5f97bf1628b2c9606e96abcd612dc7d747
https://github.com/llvm/llvm-project/commit/b8880f5f97bf1628b2c9606e96abcd612dc7d747
Author: Aart Bik <ajcbik at google.com>
Date: 2020-09-25 (Fri, 25 Sep 2020)
Changed paths:
A mlir/integration_test/Dialect/Vector/CPU/test-print-int.mlir
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] generalize printing support for integers
This generalizes printing beyond just i1,i32,i64 and also accounts
for signed and unsigned interpretation in the output.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D88290
More information about the All-commits
mailing list