[all-commits] [llvm/llvm-project] 27839e: [mlir] Fix warnings
kazutakahirata via All-commits
all-commits at lists.llvm.org
Thu Dec 22 11:11:01 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 27839e1e171a8e60f9c9f34bc4e80951670f915b
https://github.com/llvm/llvm-project/commit/27839e1e171a8e60f9c9f34bc4e80951670f915b
Author: Kazu Hirata <kazu at google.com>
Date: 2022-12-22 (Thu, 22 Dec 2022)
Changed paths:
M mlir/unittests/IR/PatternMatchTest.cpp
Log Message:
-----------
[mlir] Fix warnings
This patch fixes:
third-party/unittest/googletest/include/gtest/gtest.h:1526:11:
error: comparison of integers of different signs: 'const unsigned
long' and 'const int' [-Werror,-Wsign-compare]
More information about the All-commits
mailing list