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

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 7 11:20:36 PDT 2020


efriedma added a comment.

Can you explain why target-independent legalization isn't suitable here?  I'd prefer not to have target-specific type legalization for every operation on vscale'ed types.  (The target-independent name of AArch64ISD::SUNPKLO is ISD::SIGN_EXTEND_VECTOR_INREG.)


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