brintos

brintos / llvm-project-archived public Read only

0
0
Text · 400 B · 49b8764 Raw
16 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=aarch64-none-linux-gnu | FileCheck %s3 4define i8 @test() {5; CHECK-LABEL: test:6; CHECK:       // %bb.0: // %entry7; CHECK-NEXT:    adrp x8, foo8; CHECK-NEXT:    ldrb w0, [x8, :lo12:foo]9; CHECK-NEXT:    ret10entry:11  %0 = load i8, ptr @foo, align 112  ret i8 %013}14 15declare dso_local void @foo(...)16