[PATCH] D17141: [ARM] Adding IEEE-754 SIMD detection to loop vectorizer

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 23 12:54:39 PDT 2016


rengolin added inline comments.

================
Comment at: test/Transforms/LoopVectorize/ARM/arm-ieee-vectorize.ll:1
@@ +1,2 @@
+; RUN: opt -O2 -loop-vectorize -S %s -debug-only=loop-vectorize -o /dev/null 2>&1 | FileCheck %s --check-prefix=LINUX
+; RUN: opt -mtriple armv7-unknwon-darwin -O2 -loop-vectorize -S %s -debug-only=loop-vectorize -o /dev/null 2>&1 | FileCheck %s --check-prefix=DARWIN
----------------
mzolotukhin wrote:
> Do we really need O2 here?
not really, laziness of my part. I'll just add the necessary flags on my next iteration.


http://reviews.llvm.org/D17141





More information about the llvm-commits mailing list