Home | History | Annotate | Download | only in Other

Lines Matching full:remarks

1 ; RUN: opt < %s -inline -pass-remarks='inline' -S 2>&1 | FileCheck %s
2 ; RUN: opt < %s -inline -pass-remarks='inl.*' -S 2>&1 | FileCheck %s
3 ; RUN: opt < %s -inline -pass-remarks='vector' -pass-remarks='inl' -S 2>&1 | FileCheck %s
6 ; In the first command, we only ask for vectorizer remarks, in the
9 ; RUN: opt < %s -inline -pass-remarks='vector' -S 2>&1 | FileCheck --check-prefix=REMARKS %s
10 ; RUN: opt < %s -inline -pass-remarks='inl' -pass-remarks='vector' -S 2>&1 | FileCheck --check-prefix=REMARKS %s
12 ; RUN: opt < %s -inline -S 2>&1 | FileCheck --check-prefix=REMARKS %s
13 ; RUN: not opt < %s -pass-remarks='(' 2>&1 | FileCheck --check-prefix=BAD-REGEXP %s
36 ; REMARKS-NOT: foo inlined into bar
40 ; BAD-REGEXP: Invalid regular expression '(' in -pass-remarks: