[PATCH] D48128: [ARM] Parallel DSP IR Pass

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 13 14:40:25 PDT 2018


efriedma added a comment.

On targets with NEON, we should prefer NEON vectorization (vmlal etc.) over DSP instructions in almost all cases.  Is this intended specifically for targets which don't have NEON?


https://reviews.llvm.org/D48128





More information about the llvm-commits mailing list