[PATCH] D87651: [AArch64][SVE] Implement extractelement of i1 vectors.

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 22 04:26:11 PDT 2020


paulwalker-arm added a comment.

Perhaps I'm missing something but I've created D89950 <https://reviews.llvm.org/D89950> to show what I mentioned in my previous comment.  To me it's preferable to have this as target independent code as it seems a common enough solution.  I know it results in "Pomote" having multiple meanings but that boat has sailed because different nodes have already chosen different meanings and I think it's pretty clear from the old and new VTs what's being asked for.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87651



More information about the llvm-commits mailing list