diff options
author | Jie Fu <jiefu@tencent.com> | 2024-08-21 09:04:24 +0800 |
---|---|---|
committer | Jie Fu <jiefu@tencent.com> | 2024-08-21 09:04:24 +0800 |
commit | d8b6df2e8b1d294d92239e507c19b5622d86490d (patch) | |
tree | fdfaaba3d8b53ca971111ba38adcbb9d09ecce29 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 381a803da253b75c8b7b10bb732e9e90925185e8 (diff) | |
download | llvm-d8b6df2e8b1d294d92239e507c19b5622d86490d.zip llvm-d8b6df2e8b1d294d92239e507c19b5622d86490d.tar.gz llvm-d8b6df2e8b1d294d92239e507c19b5622d86490d.tar.bz2 |
[mlir] Fix -Wunused-result in ElementwiseOpFusion.cpp (NFC)
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ElementwiseOpFusion.cpp:124:7:
error: ignoring return value of function declared with 'nodiscard' attribute [-Werror,-Wunused-result]
opOperandsToIgnore.pop_back_val();
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions