[InstCombine] Signed saturation patterns
[llvm-core.git] / test / BugPoint / func-attrs.ll
blob8f742ee93d5f5cb38e94808f6ce1fceed1974007
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" }
11 attributes #0 = { noinline "bugpoint-crash" "no-frame-pointer-elim-non-leaf" }