[PATCH] D97514: [SystemZ] Assign the full space for promoted and split outgoing args
Jonas Paulsson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 26 10:01:02 PST 2021
jonpa added inline comments.
================
Comment at: llvm/lib/Target/SystemZ/SystemZISelLowering.cpp:1594
+ }
+ SDValue SpillSlot = DAG.CreateStackTemporary(SlotVT);
+
----------------
This was easier than calling CreateStackTemporary with a TypeSize and an alignment value.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97514/new/
https://reviews.llvm.org/D97514
More information about the llvm-commits
mailing list