summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/stackmap-fast-isel.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Stackmaps] Make ithe frame-pointer required for stackmaps.Juergen Ributzka2014-10-021-2/+2
| | | | | | | | | Do not eliminate the frame pointer if there is a stackmap or patchpoint in the function. All stackmap references should be FP relative. This fixes PR21107. llvm-svn: 218920
* [FastISel] Add support for the stackmap intrinsic.Juergen Ributzka2014-06-121-0/+165
This implements target-independent FastISel lowering for the stackmap intrinsic. llvm-svn: 210742
OpenPOWER on IntegriCloud