[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / CodeGen / SystemZ / asm-20.ll
blobe80a0085bf9c3f13a2eab78696d81058c46daf01
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", "X"(i8* blockaddress(@c, %d))
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