[PATCH] D27466: [SLP] Fix sign-extends for type-shrinking
Michael Kuperstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 6 10:54:45 PST 2016
mkuper added inline comments.
================
Comment at: test/Transforms/SLPVectorizer/X86/minimum-sizes.ll:12
+; CHECK-LABEL: @PR31243
+; CHECK-NOT: sext i8 {{.*}} to i32
+;
----------------
Can you make the test more explicit by checking the extends we actually want to appear?
https://reviews.llvm.org/D27466
More information about the llvm-commits
mailing list