[PATCH] D70427: [SystemZ] The Local Area Offset in SystemZFrameLowering.

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 25 09:38:31 PST 2019


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

Minor suggestion on the test case, otherwise this LGTM.   Thanks!



================
Comment at: llvm/test/CodeGen/SystemZ/anyregcc-novec.ll:7
 ;CHECK-LABEL: anyregcc1
 ;CHECK: stmg %r2, %r15, 16(%r15)
+;CHECK: std %f0, 384(%r15)
----------------
If we check absolute stack offsets below, we should probably add a check for the instruction that decrements the stack pointer here as well (the aghi %r15, -...).


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

https://reviews.llvm.org/D70427





More information about the llvm-commits mailing list