Revert "[LoopVectorize] Add support for reverse loops in isDereferenceableAndAlignedI...
[llvm-project.git] / llvm / test / CodeGen / Mips / Fast-ISel / fastcc-miss.ll
blob9156cc6da25e1445fa9e84582208b4c5dae613cd
1 ; RUN: llc < %s -mtriple=mipsel -mcpu=mips32r2 -O0 -relocation-model=pic \
2 ; RUN:     -pass-remarks-missed=isel 2>&1 | FileCheck %s
4 ; CHECK:      FastISel missed call:
5 ; CHECK-SAME: %call = call fastcc i32 @foo(i32 signext %a, i32 signext %b)
7 define internal i32 @bar(i32 signext %a, i32 signext %b) {
8   %s = and i32 %a, %b
9   ret i32 %s
12 define i32 @foo(i32 signext %a, i32 signext %b) {
13   %call = call fastcc i32 @foo(i32 signext %a, i32 signext %b)
14   ret i32 %call