[PATCH] D82329: [SVE] Fix invalid Scalable to fixed width vetor type demotion in LLT

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 23 00:29:03 PDT 2020


david-arm added a comment.

This problem occurs in the IRTranslator just before we call lowerFormalArguments (which is currently the earliest point we detect scalable types and fall back to DAG ISel)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82329





More information about the llvm-commits mailing list