brintos

brintos / llvm-project-archived public Read only

0
0
Text · 318 B · 1434be0 Raw
13 lines · plain
1; RUN: llc  < %s -mtriple=mips64el-elf -mcpu=mips4 -target-abi=n64 | FileCheck %s2; RUN: llc  < %s -mtriple=mips64el-elf -mcpu=mips64 -target-abi=n64 | FileCheck %s3 4@gl = global i64 1250999896321, align 85 6; CHECK: 8byte7define i64 @foo1() nounwind readonly {8entry:9  %0 = load i64, ptr @gl, align 810  ret i64 %011}12 13