[PATCH] D36575: [ARM] Assembler support for the ARMv8.2a dot product instructions

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 10 07:53:45 PDT 2017


samparker added a comment.

Hi Sjoerd,

Shouldn't the feature be predicated on HasV8_2aOps, not just NEON? It seems weird, from the tests, that we can target arm or thumbv7 but still have access to these instructions.

cheers,
sam


https://reviews.llvm.org/D36575





More information about the llvm-commits mailing list