[all-commits] [llvm/llvm-project] 274ce8: [mlir] Remove `printCString()` from RunnerUtils (#...
Benjamin Maxwell via All-commits
all-commits at lists.llvm.org
Thu Oct 26 02:07:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 274ce8895b29e8be047a68629efda2e9d3ad1f01
https://github.com/llvm/llvm-project/commit/274ce8895b29e8be047a68629efda2e9d3ad1f01
Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
Date: 2023-10-26 (Thu, 26 Oct 2023)
Changed paths:
M mlir/include/mlir/ExecutionEngine/RunnerUtils.h
M mlir/lib/ExecutionEngine/RunnerUtils.cpp
R mlir/test/mlir-cpu-runner/print.mlir
Log Message:
-----------
[mlir] Remove `printCString()` from RunnerUtils (#70197)
This is now unused and can be replaced with `printString()` from
CRunnerUtils or `vector.print str`.
More information about the All-commits
mailing list