1 ; RUN: llc -march=mipsel -mcpu=mips32r2 -mattr=+micromips \
2 ; RUN: -relocation-model=pic -O3 < %s | FileCheck %s
3 ; RUN: llc -O0 -march=mips -mcpu=mips32r2 -mattr=+micromips \
4 ; RUN: -asm-show-inst < %s | FileCheck %s
6 ; Branch instruction added to enable FastISel::selectOperator
7 ; to select OR instruction
8 define i32 @f1(i32 signext %a, i32 signext %b) {
10 ; CHECK-NOT: OR16_MMR6
17 define i32 @f2(i32 signext %a, i32 signext %b) {