[PATCH] D26905: [SLP] Vectorize loads of consecutive memory accesses, accessed in non-consecutive (jumbled) way.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 22 13:31:32 PST 2016


RKSimon added inline comments.


================
Comment at: test/Transforms/SLPVectorizer/X86/jumbled-load.ll:3
+
+
+; CHECK-LABEL: @jumbled-load
----------------
ashahid wrote:
> RKSimon wrote:
> > Possibly commit this test to trunk with the current output generated by utils/update_test_checks.py?
> By "current output" do you mean output generated by utils/update_test_checks.py with this patch by ?
I mean commit the current (pre-patch) codegen so that this patch demonstrates the diff.


https://reviews.llvm.org/D26905





More information about the llvm-commits mailing list