[PATCH] D80208: [CodeGen] Add support for extracting elements of scalable vectors

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 22 06:23:48 PDT 2020


david-arm marked 3 inline comments as done.
david-arm added a comment.

I've used the patterns you suggested for the extracts, since you're right they are more efficient. I've left the insert elements alone for now, but I'll change these in a future patch to use lastb(whilels ..) as well.


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

https://reviews.llvm.org/D80208





More information about the llvm-commits mailing list