[PATCH] D79587: [CodeGen][SVE] Legalisation of extends with scalable types

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 10 23:57:29 PDT 2020


david-arm added a comment.

Hi @efriedma, is there a target-independent equivalent of SUNPKHI? From a quick glance at the codebase where X86 uses ISD::SIGN_EXTEND_VECTOR_INREG it seems vector shuffles are still required for the Hi part, which is fine for fixed length vectors I guess.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79587





More information about the llvm-commits mailing list