[PATCH] D76380: [PowerPC][AIX] Implement by-val caller arguments in multiple registers
Chris Bowler via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 2 10:17:35 PDT 2020
cebowleratibm marked 2 inline comments as done.
cebowleratibm added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/aix64-cc-byval.ll:127
+; The DAG block permits some invalid inputs for the benefit of allowing more valid orderings.
+; 64BIT: ADJCALLSTACKDOWN 112, 0, implicit-def dead $r1, implicit $r1
+; 64BIT-NEXT: renamable $x[[REGADDR:[0-9]+]] = LDtoc @gS64, $x2 :: (load 8 from got)
----------------
ZarkoCA wrote:
> I don't see a 64BIT check prefix in this file. I think these should be CHECK instead.
Good catch. I'll also add the missing assembly expected output.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76380/new/
https://reviews.llvm.org/D76380
More information about the llvm-commits
mailing list