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

Hal Finkel via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 26 06:30:32 PST 2016


hfinkel added inline comments.

================
Comment at: lib/Transforms/Vectorize/LoopVectorize.cpp:1859
@@ +1858,3 @@
+             << "non-IEEE-754 compliant SIMD for this target.");
+      emitMissedWarning(F, L, Hints);
+      return false;
----------------
SGTM


http://reviews.llvm.org/D17141





More information about the llvm-commits mailing list