[X86] combineTargetShuffle - commute VPERMV3 shuffles so any load is on the RHS
[llvm-project.git] / llvm / test / CodeGen / SystemZ / asm-20.ll
blob7f6c0d1c27d47086d163aafbcf32b4d65074879d
1 ; Test that asm goto can be compiled.
3 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z14
5 define i32 @c() {
6 entry:
7   callbr void asm sideeffect "j d", "!i"()
8           to label %asm.fallthrough [label %d]
10 asm.fallthrough:               ; preds = %entry
11   br label %d
13 d:                             ; preds = %asm.fallthrough, %entry
14   ret i32 undef