[PATCH] D25350: [X86] Enable interleaved memory accesses by default

Michael Kuperstein via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 6 17:29:24 PDT 2016


mkuper added inline comments.


> interleaving.ll:1
> +; RUN: opt -S -mtriple=x86_64-pc_linux -loop-vectorize -instcombine < %s | FileCheck %s
> +

Note that this test's only purpose is to verify that interleaved memory access is *turned on* for x86, it's not a test for interleaved memory access functionality.
The general functional test is Transforms/LoopVectorize/interleaved-accesses.ll

https://reviews.llvm.org/D25350





More information about the llvm-commits mailing list