[PATCH] D33055: [LoopOptimizer][Fix]PR32859, PR24738

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 11 11:10:01 PDT 2017


davide added inline comments.


================
Comment at: test/Transforms/LoopVectorize/pr32859.ll:1-2
+; RUN: opt < %s -loop-vectorize -S 2>&1 | FileCheck %s
+
+; CHECK-LABEL: for.cond.preheader:
----------------
And add a comment explaining what this test does/fixes.


https://reviews.llvm.org/D33055





More information about the llvm-commits mailing list