[PATCH] D12745: [IndVars] Widen more comparisons for non-negative induction vars.
Chad Rosier via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 14 09:41:55 PDT 2015
mcrosier added a comment.
My understanding of the CHECK-LABEL directive is that it matches a single unique strings within a file (e.g., function names). I assumed FileCheck would complain if you have multiple CHECK-LABEL directives with the same (i.e., for.cond:) check, but that doesn't appear to be the case here. What have I missed?
http://reviews.llvm.org/D12745
More information about the llvm-commits
mailing list