1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple arm64e-apple-darwin -verify-machineinstrs -global-isel=0 | FileCheck %s
3 ; RUN: llc < %s -mtriple arm64e-apple-darwin -verify-machineinstrs -global-isel=1 -global-isel-abort=1 | FileCheck %s
5 define i64 @test_sign_generic(i64 %arg, i64 %arg1) {
6 ; CHECK-LABEL: test_sign_generic:
8 ; CHECK-NEXT: pacga x0, x0, x1
10 %tmp = call i64 @llvm.ptrauth.sign.generic(i64 %arg, i64 %arg1)
14 declare i64 @llvm.ptrauth.sign.generic(i64, i64)