[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / Transforms / FunctionAttrs / operand-bundles-scc.ll
blob4ad195ea2b5ffd5c544ed5b2912b46f82d807b7a
1 ; RUN: opt -S -functionattrs < %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 nounwind }