[llvm-dev] [LLVM] (RFC) Addition/Support of new Vectorization Pragmas in LLVM

David Greene via llvm-dev llvm-dev at lists.llvm.org
Fri Aug 9 11:50:53 PDT 2019


HAPPY Mahto via llvm-dev <llvm-dev at lists.llvm.org> writes:

> 2 Nontemporal

Is this a hint or a command?  If it's a command then this would
implicitly specify the data is aligned on some targets (e.g. Intel X86).
I'm not sure we want to make that implicit assumption as it is very easy
for the programmer to get this wrong.

                      -David


More information about the llvm-dev mailing list