summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/seh_funclet_x1.ll
Commit message (Collapse)AuthorAgeFilesLines
* Fix the buildbot failure introduced by r351404Sanjin Sijaric2019-01-171-1/+1
| | | | | | | | | EXPENSIVE_CHECKS buildbots are failing due to r351404. Add x1 as live in to the funclet basic block for SEH funclets, as well as -verify-machineinstrs to the test case that triggered the failure. llvm-svn: 351472
* [SEH] [ARM64] Retrieve the frame pointer from SEH funcletsSanjin Sijaric2019-01-171-0/+121
The Windows ARM64 runtime passes the establisher frame to funclets as the first argument. llvm-svn: 351404
OpenPOWER on IntegriCloud