[PATCH] D86114: [SVE] Lower fixed length vXi8/vXi16 SDIV to scalable

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 20 11:25:47 PDT 2020


paulwalker-arm accepted this revision.
paulwalker-arm added a comment.

The expanding is because we don't yet attempt to lower the subvector and concat_vector operations.  As I say, I think today the correct move is to take this patch and then see what the future holds when we have full support for subvec and concat.


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

https://reviews.llvm.org/D86114



More information about the llvm-commits mailing list