[all-commits] [llvm/llvm-project] fe2cc1: [NFC][MLIR] Fix -Wtype-limits warning
PeixinQiao via All-commits
all-commits at lists.llvm.org
Wed Jun 1 08:43:24 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fe2cc16035eaab27619fb8be7dd85845c00bda9d
https://github.com/llvm/llvm-project/commit/fe2cc16035eaab27619fb8be7dd85845c00bda9d
Author: PeixinQiao <qiaopeixin at huawei.com>
Date: 2022-06-01 (Wed, 01 Jun 2022)
Changed paths:
M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
Log Message:
-----------
[NFC][MLIR] Fix -Wtype-limits warning
Fix the warning: comparison of unsigned expression in ‘>= 0’ is always
true.
Reviewed By: kiranchandramohan, shraiysh
Differential Revision: https://reviews.llvm.org/D126784
More information about the All-commits
mailing list