[PATCH] D76875: [NFC] [PPC] [AIX] Test improvements for byval arguments that fit in a single register

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 27 10:17:21 PDT 2020


sfertile accepted this revision.
sfertile added a comment.
This revision is now accepted and ready to land.

One comment, but otherwise LGTM.



================
Comment at: llvm/test/CodeGen/PowerPC/aix-cc-byval.ll:125
+; The DAG block permits some invalid inputs for the benefit of allowing more valid orderings.
+; 32BIT-DAG:   ADJCALLSTACKDOWN 56, 0, implicit-def dead $r1, implicit $r1
+; 32BIT-DAG:   $r3 = LI 42
----------------
The AdjustCallStackDown nodes should be a 'CHECK' as opposed to a 'CHECK-DAG'.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76875





More information about the llvm-commits mailing list