| ; RUN: llc < %s -mtriple=i386-apple-darwin -disable-fp-elim | FileCheck %s -check-prefix=32 |
| ; RUN: llc < %s -mtriple=x86_64-apple-darwin -disable-fp-elim | FileCheck %s -check-prefix=64 |
| ; Tail call should not use ebp / rbp after it's popped. Use esp / rsp. |
| define void @t1(i8* nocapture %value) nounwind { |
| %0 = bitcast i8* %value to void ()* |
| tail call void %0() nounwind |
| define void @t2(i32 %a, i8* nocapture %value) nounwind { |
| %0 = bitcast i8* %value to void ()* |
| tail call void %0() nounwind |
| define void @t3(i32 %a, i32 %b, i32 %c, i32 %d, i32 %e, i32 %f, i8* nocapture %value) nounwind { |
| %0 = bitcast i8* %value to void ()* |
| tail call void %0() nounwind |
| define void @t4(i32 %a, i32 %b, i32 %c, i32 %d, i32 %e, i32 %f, i32 %g, i8* nocapture %value) nounwind { |
| %0 = bitcast i8* %value to void ()* |
| tail call void %0() nounwind |