[PATCH] D75863: [AIX] Implement by-val caller arguments in a single register
Sean Fertile via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 11 09:04:42 PDT 2020
sfertile added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/aix-cc-abi.ll:1351
; ASM64PWR4-NEXT: addi 1, 1, 128
+
+%struct.S1 = type { [1 x i8] }
----------------
This test is already ridiculously big, I suggest we add these changes into a new test file instead.
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