[PATCH] D107390: WIP: [SelectionDAG] Promote types in widenVectorToPartType.
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 3 12:48:02 PDT 2021
sdesmalen created this revision.
Herald added subscribers: ecnelises, hiraditya.
sdesmalen requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Some types are widened and then promoted, but the 'widenVectorToPartType'
doesn't handle the promotion. Because scalable vectors have no fallback,
the compiler fails an assertion that the type can't be handled.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D107390
Files:
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/test/CodeGen/AArch64/sve-split-load.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107390.363842.patch
Type: text/x-patch
Size: 11538 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210803/5491a8a5/attachment-0001.bin>
More information about the llvm-commits
mailing list