[PATCH] D129098: [AArch64][GlobalISel] Add support for sret demotion.
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 5 07:26:43 PDT 2022
arsenm added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/GlobalISel/call-lowering-sret-demotion.ll:45
+ ret i64 %val
+}
----------------
Should also add another function to test the caller side sret
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129098/new/
https://reviews.llvm.org/D129098
More information about the llvm-commits
mailing list