[PATCH] D71767: [POC][SVE] Allow code generation for fixed length vectorised loops [Patch 2/2].

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 20 10:50:25 PDT 2020


paulwalker-arm added a comment.

The handling of larger than NEON fixed length vector function parameters is still up in the air.  We cannot break existing NEON support so we're almost certainly going to need a new function attribute for fixed length SVE.  For this reason and generally not knowing if the approach this patch is based on will be acceptable I did not prioritise writing tests, instead I focused on execution testing.  I'll see about resolving the lack of tests albeit at this stage using pass by reference rather than value.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71767/new/

https://reviews.llvm.org/D71767





More information about the llvm-commits mailing list