[PATCH] [SLPVectorization] Vectorize Reduction Chain feeding into a 'return' statement

hfinkel at anl.gov hfinkel at anl.gov
Wed Nov 12 08:21:48 PST 2014


================
Comment at: test/Transforms/SLPVectorizer/X86/return.ll:58
@@ +57,3 @@
+
+attributes #0 = { nounwind readonly "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
+
----------------
Please remove unnecessary attributes.

================
Comment at: test/Transforms/SLPVectorizer/X86/return.ll:62
@@ +61,3 @@
+
+!0 = metadata !{metadata !"clang version 3.6.0 (221134)"}
+!1 = metadata !{metadata !2, metadata !2, i64 0}
----------------
Please remove unnecessary metadata.

http://reviews.llvm.org/D6227






More information about the llvm-commits mailing list