diff options
author | Jie Fu <jiefu@tencent.com> | 2024-11-18 10:34:16 +0800 |
---|---|---|
committer | Jie Fu <jiefu@tencent.com> | 2024-11-18 10:34:16 +0800 |
commit | 06011fee3ae0e9683aa8dbad50bf6ae35ee27e19 (patch) | |
tree | a39e5efd6cb1e74a10fd4db6dc0597d1c040c6b8 /llvm/lib/CodeGen/MachineModuleInfo.cpp | |
parent | c0cbcb4efe80eacfbfae1dac92657d7913270c4b (diff) | |
download | llvm-06011fee3ae0e9683aa8dbad50bf6ae35ee27e19.zip llvm-06011fee3ae0e9683aa8dbad50bf6ae35ee27e19.tar.gz llvm-06011fee3ae0e9683aa8dbad50bf6ae35ee27e19.tar.bz2 |
[mlir] Fix -Wsign-compare in ComplexToStandard.cpp (NFC)
/llvm-project/mlir/lib/Conversion/ComplexToStandard/ComplexToStandard.cpp:529:21:
error: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Werror,-Wsign-compare]
529 | for (int i = 1; i < coefficients.size(); ++i) {
| ~ ^ ~~~~~~~~~~~~~~~~~~~
1 error generated.
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfo.cpp')
0 files changed, 0 insertions, 0 deletions