[PATCH] D76380: [PowerPC][AIX] Implement by-val caller arguments in multiple registers

Zarko Todorovski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 2 07:01:24 PDT 2020


ZarkoCA 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)
----------------
I don't see a 64BIT check prefix in this file. I think these should be CHECK instead. 


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