[llvm-dev] [RFC] Enable "#pragma omp declare simd" in the LoopVectorizer
Francesco Petrogalli via llvm-dev
llvm-dev at lists.llvm.org
Mon Dec 12 07:59:00 PST 2016
On 12/12/2016 14:32, "Renato Golin" <renato.golin at linaro.org> wrote:
>Clang is already able to mangle NEON vectors of any length
>(CXXNameMangler::mangleNeonVectorType), you should use that, as this
>is very likely to be compatible with other compilers as well.
Hi Renato,
The “u”, “v”, “l” mangling of parameters has already been agreed
internally at ARM with the gcc team, and as Xinmin has pointed out, this
is going to guarantee compatibility with GCC.
Thanks,
Francesco
More information about the llvm-dev
mailing list