summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SystemZ/stackmap-nops.ll
Commit message (Collapse)AuthorAgeFilesLines
* [SystemZ] Create brcl 0,0 instead of brcl 0,3 in EmitNop for 6 bytes.Jonas Paulsson2020-01-021-70/+83
| | | | | | | For consistency with GCC, the target label is moved to the brcl itself instead of the next instruction. Review: Ulrich Weigand
* [SystemZ] Support stackmaps and patchpointsUlrich Weigand2018-03-021-0/+140
This adds back-end support for the @llvm.experimental.stackmap and @llvm.experimental.patchpoint intrinsics. llvm-svn: 326611
OpenPOWER on IntegriCloud