[PATCH] D85909: [SVE][CodeGen] Fix scalable vector issues in DAGTypeLegalizer::GenWidenVectorLoads
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 13 12:40:51 PDT 2020
efriedma added a comment.
While you're looking at fatal errors on unimplemented codepaths, might also want to add one to TargetLowering::scalarizeVectorLoad.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp:4905
+ "operations is not supported for scalable vectors");
+ else
+ return RetVT;
----------------
Else-after-return.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85909/new/
https://reviews.llvm.org/D85909
More information about the llvm-commits
mailing list