[PATCH] D19506: LoadStoreVectorizer: Skip optnone functions
Justin Lebar via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 13 14:06:54 PDT 2016
jlebar added a subscriber: jlebar.
jlebar accepted this revision.
jlebar added a reviewer: jlebar.
This revision is now accepted and ready to land.
================
Comment at: test/Transforms/LoadStoreVectorizer/AMDGPU/optnone.ll:12
@@ +11,2 @@
+ ret void
+}
----------------
Nit, If you're paranoid, consider having a test right here that ensures that a non-optnone function with the same body gets vectorized. You never know. :)
http://reviews.llvm.org/D19506
More information about the llvm-commits
mailing list