[PATCH] D112272: [AIX] Add i128 arg split tests

Kai Luo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 21 19:08:53 PDT 2021


lkail added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/ppc64-i128-abi.ll:334
+declare i32 @callee_i128_split(i32 %i, i128 %i1280, i32 %i4, i32 %i5,
+                               i32 %i6, i32 %i7, i128 %i1281, i32 %i8, i128 %i1282)
+
----------------
I think we should also cover codegen of receiving arguments on stack, i.e., add some IR code using `%1282`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112272



More information about the llvm-commits mailing list