summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/SystemZ/patchpoint-invoke.ll
AgeCommit message (Collapse)Author
2022-08-10Migrate llvm.experimental.patchpoint() to ptr.Edd Barrett
This intrinsic used a typed pointer for a call target operand. This change updates the operand to be an opaque pointer and updates all pointers in all test files that use the intrinsic. Differential revision: https://reviews.llvm.org/D131261
2018-03-02[SystemZ] Support stackmaps and patchpointsUlrich Weigand
This adds back-end support for the @llvm.experimental.stackmap and @llvm.experimental.patchpoint intrinsics. llvm-svn: 326611