brintos

brintos / llvm-project-archived public Read only

0
0
Text · 355 B · 031e82d Raw
13 lines · plain
1; RUN: llc -mtriple=bpfel -global-isel -verify-machineinstrs -stop-after=irtranslator < %s | FileCheck %s2; RUN: llc -mtriple=bpfel -global-isel -verify-machineinstrs < %s | FileCheck --check-prefix=ISEL %s3 4; CHECK: name: f5; CHECK: RET6define void @f() {7; ISEL-LABEL: f:8; ISEL:       # %bb.0:9; ISEL-NEXT:  exit10; ISEL-NEXT: .Lfunc_end0:11  ret void12}13