13 lines · plain
1; RUN: llc < %s -mtriple=x86_64-apple-darwin | FileCheck %s2; Test that we don't emit a row that extends beyond the FDE's range_size.3;4; CHECK: movq %rsp, %rbp5; CHECK: ud26; CHECK-NEXT: .cfi_endproc7; CHECK-NOT: .cfi8 9define void @f() #0 {10 unreachable11}12attributes #0 = { "frame-pointer"="all" }13