[PATCH] D38495: [X86] Fix bug in legalize vector types - Split large loads

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 26 11:53:08 PDT 2017


RKSimon added reviewers: spatel, niravd.
RKSimon added inline comments.


================
Comment at: test/CodeGen/X86/pr34653-pr34657.ll:314
+  store i32 %add18, i32* getelementptr inbounds ([20 x i32], [20 x i32]* @u, i64 0, i64 0), align 16
+  ret void
+}
----------------
I have a feeling this will reduce further - bugpoint typically stops a little early.


https://reviews.llvm.org/D38495





More information about the llvm-commits mailing list