[PATCH] D45086: [analyzer] Unroll the loop when it has a unsigned counter.

Peter Szecsi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 30 12:00:28 PDT 2018


szepet accepted this revision.
szepet added a comment.

Yepp, thanks for the patch! One small typo below.



================
Comment at: test/Analysis/loop-unrolling.cpp:50
+
+int simple_unroll4_unsinged() {
+  int a[9];
----------------
typo: unsigned


Repository:
  rC Clang

https://reviews.llvm.org/D45086





More information about the cfe-commits mailing list