[ARM] Add and adjust saturation tests for upcoming qadd changes. NFC
[llvm-core.git] / test / BugPoint / func-attrs-keyval.ll
blobaaf8541e50d731f546f545603e17383a827401b0
1 ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashfuncattr -silence-passes
2 ; RUN: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s
3 ; REQUIRES: plugins
5 ; CHECK: f() #[[ATTRS:[0-9]+]]
6 define void @f() #0 {
7   ret void
10 ; CHECK: attributes #[[ATTRS]] = { "bugpoint-crash"="sure" }
11 attributes #0 = { "bugpoint-crash"="sure" noreturn "no-frame-pointer-elim-non-leaf" }