Files
llvm-project/llvm/lib/Target/SystemZ/SystemZFrameLowering.h
sujianIBM bbc1ce04b2 [SystemZ][z/OS] Make emitIncrement() a member function of SystemZFrameLowering. (#188254)
Function `emitIncrement()` uses 8 for stack alignment, but the stack
alignment for 64-bit XPLINK is 32 on z/OS.
This PR changes it to a member function of SystemZFrameLowering to get
the correct stack alignment by `getStackAlignment()`. It also adds a
test to verify it.
2026-03-25 09:24:59 -04:00

7.2 KiB