[all-commits] [llvm/llvm-project] aedda8: [NFC] Fix warning: comparison of integers of diffe...
huihzhang via All-commits
all-commits at lists.llvm.org
Tue Feb 11 14:47:22 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: aedda89f656b286cff44756a4dcb50117051ebe9
https://github.com/llvm/llvm-project/commit/aedda89f656b286cff44756a4dcb50117051ebe9
Author: Huihui Zhang <huihuiz at quicinc.com>
Date: 2020-02-11 (Tue, 11 Feb 2020)
Changed paths:
M polly/lib/Transform/ScheduleOptimizer.cpp
Log Message:
-----------
[NFC] Fix warning: comparison of integers of different signs.
../polly/lib/Transform/ScheduleOptimizer.cpp:812:54: warning: comparison of integers of different signs: 'isl_size' (aka 'int') and 'const unsigned int' [-Wsign-compare]
isl_schedule_node_band_n_member(Node.get()) >
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
More information about the All-commits
mailing list