[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / Transforms / FunctionAttrs / operand-bundles-scc.ll
blob92384a60dbda0d45e89f58df8140254efdcf2ed3
1 ; RUN: opt -S -function-attrs < %s | FileCheck %s
2 ; RUN: opt -S -passes=function-attrs < %s | FileCheck %s
4 define void @f() {
5 ; CHECK-LABEL:  define void @f() #0 {
6  call void @g() [ "unknown"() ]
7  ret void
10 define void @g() {
11 ; CHECK-LABEL:  define void @g() #0 {
12  call void @f()
13  ret void
17 ; CHECK: attributes #0 = { nofree nosync nounwind }