[PATCH] D34598: ScalarEvolution: Add URem support
Sanjoy Das via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 3 12:33:53 PDT 2017
sanjoy accepted this revision.
sanjoy added inline comments.
================
Comment at: test/Analysis/ScalarEvolution/flattened.ll:5
+define void @foo([7 x i8]* %a) {
+entry:
+ br label %bb
----------------
I'd suggest adding a `CHECK-LABEL: @foo(` here and in the other test.
https://reviews.llvm.org/D34598
More information about the llvm-commits
mailing list