diff options
author | Kazu Hirata <kazu@google.com> | 2022-01-05 09:42:03 -0800 |
---|---|---|
committer | Kazu Hirata <kazu@google.com> | 2022-01-05 09:42:03 -0800 |
commit | afc94c0ed7f3e5c90eca786d693d9a8b6f9876cd (patch) | |
tree | b077cce25b6c1b03aeb1473742556ed532e666dc /llvm/lib/Transforms/Utils/Local.cpp | |
parent | 7df2371bc6518a63bdbe5f3c44bd064940808e35 (diff) | |
download | llvm-afc94c0ed7f3e5c90eca786d693d9a8b6f9876cd.zip llvm-afc94c0ed7f3e5c90eca786d693d9a8b6f9876cd.tar.gz llvm-afc94c0ed7f3e5c90eca786d693d9a8b6f9876cd.tar.bz2 |
[mlir] Fix a compiler warning
This patch fixes:
mlir/lib/Dialect/Linalg/ComprehensiveBufferize/ModuleBufferization.cpp:635:23:
error: comparison of integers of different signs: 'int' and 'size_t'
(aka 'unsigned long') [-Werror,-Wsign-compare]
Diffstat (limited to 'llvm/lib/Transforms/Utils/Local.cpp')
0 files changed, 0 insertions, 0 deletions