[PATCH] D21571: [AArch64] Avoid generating indexed vector instructions for Exynos
Renato Golin via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 30 18:57:50 PDT 2016
rengolin added inline comments.
> AArch64TargetMachine.cpp:127
>
> +static cl::opt<bool>
> + EnableVectorByElement ("enable-vector-by-element-opt", cl::Hidden,
Quick question: what's the point of this flag? It's hidden, enabled b default and we're not testing it...
https://reviews.llvm.org/D21571
More information about the llvm-commits
mailing list