[PATCH] D102501: [CodeGen] Add support for widening INSERT_SUBVECTOR operands
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 19 01:30:29 PDT 2021
david-arm added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/sve-calling-convention-mixed.ll:190
+define <vscale x 1 x i32> @foo7() {
+; CHECK-LABEL: foo7:
----------------
sdesmalen wrote:
> Why is this test in sve-calling-convention-mixed.ll?
Ah, mainly because I wasn't sure where else to put it is the honest answer. :) Although I do see now that we only deal with scalar arguments and return types in this file so I can try to find somewhere else. I just wanted to avoid creating a new file for this one test that's all.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102501/new/
https://reviews.llvm.org/D102501
More information about the llvm-commits
mailing list