[PATCH] D27466: [SLP] Fix sign-extends for type-shrinking

Matthew Simpson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 6 11:01:23 PST 2016


mssimpso added inline comments.


================
Comment at: test/Transforms/SLPVectorizer/X86/minimum-sizes.ll:12
+; CHECK-LABEL: @PR31243
+; CHECK-NOT: sext i8 {{.*}} to i32
+;
----------------
mkuper wrote:
> Can you make the test more explicit by checking the extends we actually want to appear?
Sure. I'll upload a new version.


https://reviews.llvm.org/D27466





More information about the llvm-commits mailing list