nemanjai added inline comments. ================ Comment at: lib/Target/PowerPC/PPCFrameLowering.cpp:1877 + // the alignment size ( n = 16 here) and y is the size after aligning. + LowerBound &= ~(15); ---------------- How are we testing this change? https://reviews.llvm.org/D34337