[PATCH] D105591: [AArch64][SelectionDAG] Support passing/returning scalable vectors with unusual types.
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 2 13:51:17 PDT 2021
sdesmalen accepted this revision.
sdesmalen added a comment.
This revision is now accepted and ready to land.
The patch is a bit tricky to follow because it has many changing parts, so it's not always clear that all the parts are covered by the tests, but I trust you've made all these changes for a reason.
The changes themselves seem sensible to me, so I'm happy to accept it. As the title suggests, the types are all quite unusual, so if there's parts that aren't bullet proof we can fix those when we run into them.
Does D106028 <https://reviews.llvm.org/D106028> depend on this patch? (I'm thinking mostly about the widening)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105591/new/
https://reviews.llvm.org/D105591
More information about the llvm-commits
mailing list