10 lines · plain
1; RUN: llc < %s -mtriple=thumb-apple-darwin \2; RUN: -frame-pointer=all | not grep "r11"3; RUN: llc < %s -mtriple=thumb-linux-gnueabi \4; RUN: -frame-pointer=all | not grep "r11"5 6define i32 @f() {7entry:8 ret i32 109}10 1; RUN: llc < %s -mtriple=thumb-apple-darwin \2; RUN: -frame-pointer=all | not grep "r11"3; RUN: llc < %s -mtriple=thumb-linux-gnueabi \4; RUN: -frame-pointer=all | not grep "r11"5 6define i32 @f() {7entry:8 ret i32 109}10