[InstCombine] Signed saturation patterns
[llvm-core.git] / test / CodeGen / Mips / micromips-rdhwr-directives.ll
blobebe4dddd0124bb6e73b8e1795fb29686691f8646
1 ; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=static < %s \
2 ; RUN:   -mattr=+micromips | FileCheck %s
4 @a = external thread_local global i32
6 define i32 @foo() nounwind readonly {
7 entry:
8 ; CHECK: .set  push
9 ; CHECK: .set  mips32r2
10 ; CHECK: rdhwr
11 ; CHECK: .set  pop
13   %0 = load i32, i32* @a, align 4
14   ret i32 %0