This is an archive of the discontinued LLVM Phabricator instance.

[AIX] Add i128 arg split tests
ClosedPublic

Authored by jsji on Oct 21 2021, 2:14 PM.

Details

Reviewers
hubert.reinterpretcast
lkail
Group Reviewers
Restricted Project
Commits
rG7ea1fbe86d92: [AIX] Add i128 arg split tests
Summary

Address comments in D111078.

Diff Detail

Event Timeline

jsji created this revision.Oct 21 2021, 2:14 PM
jsji requested review of this revision.Oct 21 2021, 2:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 21 2021, 2:14 PM
lkail added inline comments.Oct 21 2021, 7:08 PM
llvm/test/CodeGen/PowerPC/ppc64-i128-abi.ll
334

I think we should also cover codegen of receiving arguments on stack, i.e., add some IR code using %1282.

jsji updated this revision to Diff 381541.Oct 22 2021, 7:29 AM

Address comments.

jsji marked an inline comment as done.Oct 22 2021, 7:29 AM
lkail accepted this revision as: lkail.Oct 22 2021, 8:20 PM

LGTM, thanks.

This revision is now accepted and ready to land.Oct 22 2021, 8:20 PM
This revision was automatically updated to reflect the committed changes.