brintos

brintos / llvm-project-archived public Read only

0
0
Text · 299 B · b2fae4a Raw
16 lines · plain
1; RUN: llc -mtriple=mipsel -mcpu=mips32 -relocation-model=static < %s | FileCheck %s2 3@a = external thread_local global i324 5define i32 @foo() nounwind readonly {6entry:7; CHECK: .set  push8; CHECK: .set  mips32r29; CHECK: rdhwr 10; CHECK: .set  pop11 12  %0 = load i32, ptr @a, align 413  ret i32 %014}15 16