[PATCH] D129098: [AArch64][GlobalISel] Add support for sret demotion.

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 5 10:34:38 PDT 2022


aemerson added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/GlobalISel/call-lowering-sret-demotion.ll:45
+  ret i64 %val
+}
----------------
arsenm wrote:
> Should also add another function to test the caller side sret
Good point, it only worked before in the runtime test because of a fallback...


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