summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/Inline/inline-probe-stack.ll
Commit message (Collapse)AuthorAgeFilesLines
* Add a "probe-stack" attributewhitequark2017-06-211-0/+20
This attribute is used to ensure the guard page is triggered on stack overflow. Stack frames larger than the guard page size will generate a call to __probestack to touch each page so the guard page won't be skipped. Reviewed By: majnemer Differential Revision: https://reviews.llvm.org/D34386 llvm-svn: 305939
OpenPOWER on IntegriCloud