[PATCH] D75863: [AIX] Implement by-val caller arguments in a single register

Chris Bowler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 17 07:57:50 PDT 2020


cebowleratibm planned changes to this revision.
cebowleratibm marked an inline comment as done.
cebowleratibm added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/aix-cc-byval.ll:1
+%struct.S1 = type { [1 x i8] }
+ at gS1 = external global %struct.S1, align 1
----------------
ZarkoCA wrote:
> Caught by the automatic testing bots, this test doesn't have a RUN step. 
I missed the run commands.  Need to add them and update review.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75863





More information about the llvm-commits mailing list