[PATCH] D39090: [AArch64][SVE] Asm: Set SVE as unsupported feature for existing scheduler models

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 20 07:38:55 PDT 2017


sdesmalen marked an inline comment as done.
sdesmalen added a comment.

@fhahn  The reason for adding it as unsupported feature (besides the fact that these CPUs don't have SVE), is that we otherwise would get errors like:

  'ThunderXT8XModel' lacks information for <name of SVE instruction here>.

Thanks for the suggestion, I'll add it to the description of the patch.


https://reviews.llvm.org/D39090





More information about the llvm-commits mailing list