summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/win-alloca-no-stack-probe.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ARM, AArch64] Check the no-stack-arg-probe attribute for dynamic stack probesMartin Storsjo2018-03-191-0/+17
This extends the use of this attribute on ARM and AArch64 from SVN r325900 (where it was only checked for fixed stack allocations on ARM/AArch64, but for all stack allocations on X86). This also adds a testcase for the existing use of disabling the fixed stack probe with the attribute on ARM and AArch64. Differential Revision: https://reviews.llvm.org/D44291 llvm-svn: 327897
OpenPOWER on IntegriCloud