1 ; RUN: opt < %s -passes=tailcallelim -verify-dom-info -S | FileCheck %s
2 ; Check that the "ptrauth" operand bundle doesn't prevent tail calls.
4 define i64 @f_1(i64 %x, ptr %f_0) {
7 ; CHECK: tail call i64 %f_0(i64 %x) [ "ptrauth"(i32 42, i64 %x) ]
8 %tmp = call i64 %f_0(i64 %x) [ "ptrauth"(i32 42, i64 %x) ]