[PATCH] D11814: Define a subtarget feature to force stack realignment

Akira Hatanaka via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 6 12:20:26 PDT 2015


ahatanak added a comment.

I think we can make changes to X86TTIImpl::areInlineCompatible if we want to be stricter and reject inlining when the caller and callee disagree on "force-align-stack". The current code would allow inlining if the caller had feature "force-align-stack" and the callee did not.


http://reviews.llvm.org/D11814





More information about the llvm-commits mailing list