[all-commits] [llvm/llvm-project] dd6dde: [mlir][Vector] Fix -Wunused-function in VectorEmul...
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Mon Sep 18 06:49:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dd6dde116682eeb6393cbe27e978f8df1acafdb3
https://github.com/llvm/llvm-project/commit/dd6dde116682eeb6393cbe27e978f8df1acafdb3
Author: Jie Fu <jiefu at tencent.com>
Date: 2023-09-18 (Mon, 18 Sep 2023)
Changed paths:
M mlir/lib/Dialect/Vector/Transforms/VectorEmulateNarrowType.cpp
Log Message:
-----------
[mlir][Vector] Fix -Wunused-function in VectorEmulateNarrowType.cpp (NFC)
/data/llvm-project/mlir/lib/Dialect/Vector/Transforms/VectorEmulateNarrowType.cpp:229:21: error: unused function 'operator<<' [-Werror,-Wunused-function]
static raw_ostream &operator<<(raw_ostream &os,
^
1 error generated.
More information about the All-commits
mailing list