1 ;; Check that the function regex for VE works as expected.
2 ; RUN: llc -mtriple=ve -exception-model=sjlj -relocation-model=static < %s | FileCheck %s
4 ;; Check that we accept .Ldsolocal$local: below the function label.
5 ; RUN: llc -mtriple=ve -exception-model=sjlj -relocation-model=pic < %s | FileCheck %s --check-prefix=PIC
8 @gv0 = dso_local global i32 0, align 4
9 @gv1 = dso_preemptable global i32 0, align 4
11 define hidden i32 @"_Z54bar$ompvariant$bar"() {
16 define dso_local i32 @dsolocal() {
26 %a = load i32, i32* @gv0
27 %b = load i32, i32* @gv1