[PATCH] D135512: [AArch64][Windows] Check sret attribute also for inreg attribute

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 10 14:50:39 PDT 2022


efriedma added a comment.

Code change looks fine



================
Comment at: llvm/test/CodeGen/AArch64/aarch64-windows-inreg-without-sret.ll:7
+
+define i64 @foobar(i64* inreg %0) {
+; CHECK-LABEL: foobar:
----------------
Is there some other file we could put this in with other Windows calling convention stuff?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135512/new/

https://reviews.llvm.org/D135512



More information about the llvm-commits mailing list