[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 01:00:59 PDT 2020
david-arm added a comment.
Perhaps this change is good enough? We call computeValueLLTs just before lowerFormalArguments, which will detect the scalable type and fall back anyway even if the LLT type is wrong. The other option is to add yet another fallBackOnDAGISel type callback that allows the backend to reject certain types before we create the vregs.
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