[X86] combineTargetShuffle - commute VPERMV3 shuffles so any load is on the RHS
[llvm-project.git] / llvm / test / CodeGen / SystemZ / mnop-mcount-01.ll
blob99aff5a223e615674c42e1240570be28c549b8b0
1 ; RUN: llc %s -mtriple=s390x-linux-gnu -mcpu=z10 -o - -verify-machineinstrs \
2 ; RUN:   | FileCheck %s
4 define void @test1() #0 {
5 entry:
6   ret void
8 ; CHECK-LABEL: @test1
9 ; CHECK: brasl %r0, __fentry__
10 ; CHECK-NOT: brcl 0, .Ltmp0
11 ; CHECK: br %r14
14 define void @test2() #1 {
15 entry:
16   ret void
18 ; CHECK-LABEL: @test2
19 ; CHECK-NOT: brasl %r0, __fentry__
20 ; CHECK: brcl 0, .Ltmp0
21 ; CHECK: br %r14
24 attributes #0 = { "fentry-call"="true" }
25 attributes #1 = { "fentry-call"="true" "mnop-mcount" }