mkazantsev added inline comments. ================ Comment at: test/Analysis/ScalarEvolution/inner-loop-by-latch-cond-unknown.ll:1 +; RUN: opt < %s -analyze -iv-users -S + ---------------- Please add `| FileCheck %s` and `CHECK-LABEL: @foo`. https://reviews.llvm.org/D44553