[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / CodeGen / VE / Scalar / builtin_sjlj_lsda.ll
blobd3da4ce971aaf1046c2dfccab9ef76c9014454af
1 ; RUN: llc < %s -mtriple=ve -exception-model sjlj | FileCheck %s
3 ; Function Attrs: noinline nounwind optnone
4 define i8* @test_lsda() {
5 ; CHECK-LABEL: test_lsda:
6 ; CHECK:       # %bb.0:
7 ; CHECK-NEXT:    lea %s0, GCC_except_table0@lo
8 ; CHECK-NEXT:    and %s0, %s0, (32)0
9 ; CHECK-NEXT:    lea.sl %s0, GCC_except_table0@hi(, %s0)
10 ; CHECK-NEXT:    b.l.t (, %s10)
11   %ret = call i8* @llvm.eh.sjlj.lsda()
12   ret i8* %ret
15 ; Function Attrs: nounwind
16 declare i8* @llvm.eh.sjlj.lsda()