16 lines · plain
1; RUN: llc -mtriple=x86_64-- -O2 -enable-machine-outliner -debug-pass=Structure < %s -o /dev/null 2>&1 | FileCheck %s2 3; REQUIRES: asserts4 5; Confirm that passes that can add CFI instructions run before CFI instruction inserter.6 7; CHECK-LABEL: Pass Arguments:8; CHECK: Check CFA info and insert CFI instructions if needed9; CHECK-NOT: X86 Optimize Call Frame10; CHECK-NOT: Prologue/Epilogue Insertion & Frame Finalization11; CHECK-NOT: Machine Outliner12 13define void @f() {14 ret void15}16