[PATCH] D34337: [PPC] Fix two bugs in frame lowering.

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 19 23:10:15 PDT 2017


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





More information about the llvm-commits mailing list