brintos

brintos / llvm-project-archived public Read only

0
0
Text · 119 B · 23f06b5 Raw
9 lines · plain
1; RUN: llc -mtriple aarch64-windows < %s | FileCheck %s2 3define i32 @foo() {4entry:5  ret i32 16}7 8; CHECK: .globl foo9