xref: /aosp_15_r20/external/llvm/test/MC/Mips/sym-offset.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; DISABLED: llc -filetype=obj -mtriple mipsel-unknown-linux %s -o - | llvm-readobj -s -sd | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker; RUN: false
3*9880d681SAndroid Build Coastguard Worker; XFAIL: *
4*9880d681SAndroid Build Coastguard Worker
5*9880d681SAndroid Build Coastguard Worker; FIXME: use assembler instead of llc when it becomes available.
6*9880d681SAndroid Build Coastguard Worker
7*9880d681SAndroid Build Coastguard Worker@string1 = internal global [11 x i8] c"aaaaaaaaaa\00", align 1
8*9880d681SAndroid Build Coastguard Worker@string2 = internal global [10 x i8] c"aaaa\00bbbb\00", align 1
9*9880d681SAndroid Build Coastguard Worker
10*9880d681SAndroid Build Coastguard Workerdefine i32 @foo1(i32 %n) nounwind readonly {
11*9880d681SAndroid Build Coastguard Workerentry:
12*9880d681SAndroid Build Coastguard Worker; check that the immediate fields of lwl and lwr are three apart.
13*9880d681SAndroid Build Coastguard Worker; 8841000e        lwl     at,14(v0)
14*9880d681SAndroid Build Coastguard Worker; 9841000b        lwr     at,11(v0)
15*9880d681SAndroid Build Coastguard Worker
16*9880d681SAndroid Build Coastguard Worker; CHECK:          SectionData (
17*9880d681SAndroid Build Coastguard Worker; CHECK:            0000: 00001C3C 00009C27 21E09903 0000828F
18*9880d681SAndroid Build Coastguard Worker; CHECK-NEXT:       0010: 0E004188 0B004198
19*9880d681SAndroid Build Coastguard Worker
20*9880d681SAndroid Build Coastguard Worker  %call = tail call i32 @memcmp(i8* getelementptr inbounds ([11 x i8], [11 x i8]* @string1, i32 0, i32 0), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @string2, i32 0, i32 0), i32 4) nounwind readonly
21*9880d681SAndroid Build Coastguard Worker  %cmp = icmp eq i32 %call, 0
22*9880d681SAndroid Build Coastguard Worker  %conv = zext i1 %cmp to i32
23*9880d681SAndroid Build Coastguard Worker  ret i32 %conv
24*9880d681SAndroid Build Coastguard Worker}
25*9880d681SAndroid Build Coastguard Worker
26*9880d681SAndroid Build Coastguard Workerdeclare i32 @memcmp(i8* nocapture, i8* nocapture, i32) nounwind readonly
27