|
10 | 10 | // RUN: %clang -Ofast -fno-strict-aliasing -### %s 2>&1 | FileCheck -check-prefix=CHECK-OFAST-NO-STRICT-ALIASING %s
|
11 | 11 | // RUN: %clang -Ofast -fno-vectorize -### %s 2>&1 | FileCheck -check-prefix=CHECK-OFAST-NO-VECTORIZE %s
|
12 | 12 |
|
13 |
| -// CHECK-OFAST: use '-O3 -ffast math' for the same behavior, or '-O3' to enable only conforming optimizations |
| 13 | +// CHECK-OFAST: use '-O3 -ffast-math' for the same behavior, or '-O3' to enable only conforming optimizations |
14 | 14 | // CHECK-OFAST: -cc1
|
15 | 15 | // CHECK-OFAST-NOT: -relaxed-aliasing
|
16 | 16 | // CHECK-OFAST: -ffast-math
|
|
25 | 25 | // CHECK-OFAST-O2-NOT: -Ofast
|
26 | 26 | // CHECK-OFAST-O2: -vectorize-loops
|
27 | 27 |
|
28 |
| -// CHECK-OFAST-NO-FAST-MATH: use '-O3 -ffast math' for the same behavior, or '-O3' to enable only conforming optimizations |
| 28 | +// CHECK-OFAST-NO-FAST-MATH: use '-O3 -ffast-math' for the same behavior, or '-O3' to enable only conforming optimizations |
29 | 29 | // CHECK-OFAST-NO-FAST-MATH: -cc1
|
30 | 30 | // CHECK-OFAST-NO-FAST-MATH-NOT: -relaxed-aliasing
|
31 | 31 | // CHECK-OFAST-NO-FAST-MATH-NOT: -ffast-math
|
32 | 32 | // CHECK-OFAST-NO-FAST-MATH: -Ofast
|
33 | 33 | // CHECK-OFAST-NO-FAST-MATH: -vectorize-loops
|
34 | 34 |
|
35 |
| -// CHECK-OFAST-NO-STRICT-ALIASING: use '-O3 -ffast math' for the same behavior, or '-O3' to enable only conforming optimizations |
| 35 | +// CHECK-OFAST-NO-STRICT-ALIASING: use '-O3 -ffast-math' for the same behavior, or '-O3' to enable only conforming optimizations |
36 | 36 | // CHECK-OFAST-NO-STRICT-ALIASING: -cc1
|
37 | 37 | // CHECK-OFAST-NO-STRICT-ALIASING: -relaxed-aliasing
|
38 | 38 | // CHECK-OFAST-NO-STRICT-ALIASING: -ffast-math
|
39 | 39 | // CHECK-OFAST-NO-STRICT-ALIASING: -Ofast
|
40 | 40 | // CHECK-OFAST-NO-STRICT-ALIASING: -vectorize-loops
|
41 | 41 |
|
42 |
| -// CHECK-OFAST-NO-VECTORIZE: use '-O3 -ffast math' for the same behavior, or '-O3' to enable only conforming optimizations |
| 42 | +// CHECK-OFAST-NO-VECTORIZE: use '-O3 -ffast-math' for the same behavior, or '-O3' to enable only conforming optimizations |
43 | 43 | // CHECK-OFAST-NO-VECTORIZE: -cc1
|
44 | 44 | // CHECK-OFAST-NO-VECTORIZE-NOT: -relaxed-aliasing
|
45 | 45 | // CHECK-OFAST-NO-VECTORIZE: -ffast-math
|
|
0 commit comments