[PATCH] D44553: [SCEV] Re-land: Fix isKnownPredicate

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 18 21:40:41 PDT 2018


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





More information about the llvm-commits mailing list