Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / PowerPC / tailcall1-64.ll
blob284310180e6d5e19fe959c0592feff4b909a9585
1 ; RUN: llc -relocation-model=static -verify-machineinstrs < %s -mtriple=ppc64-- -tailcallopt | grep TC_RETURNd8
2 ; RUN: llc -relocation-model=static -verify-machineinstrs -mtriple=ppc64-- < %s | FileCheck %s
3 define dso_local fastcc i32 @tailcallee(i32 %a1, i32 %a2, i32 %a3, i32 %a4) {
4 entry:
5         ret i32 %a3
8 define dso_local fastcc i32 @tailcaller(i32 %in1, i32 %in2) {
9 entry:
10         %tmp11 = tail call fastcc i32 @tailcallee( i32 %in1, i32 %in2, i32 %in1, i32 %in2 )
11         ret i32 %tmp11
12 ; CHECK-LABEL: tailcaller
13 ; CHECK-NOT: stdu