| 1 | // RUN: %clang_cc1 -mrecip=!sqrtf,vec-divf:3 -emit-llvm %s -o - | FileCheck %s |
|---|---|
| 2 | |
| 3 | int baz(int a) { return 4; } |
| 4 | |
| 5 | // CHECK: baz{{.*}} #0 |
| 6 | // CHECK: #0 = {{.*}}"reciprocal-estimates"="!sqrtf,vec-divf:3" |
| 7 | |
| 8 |
| 1 | // RUN: %clang_cc1 -mrecip=!sqrtf,vec-divf:3 -emit-llvm %s -o - | FileCheck %s |
|---|---|
| 2 | |
| 3 | int baz(int a) { return 4; } |
| 4 | |
| 5 | // CHECK: baz{{.*}} #0 |
| 6 | // CHECK: #0 = {{.*}}"reciprocal-estimates"="!sqrtf,vec-divf:3" |
| 7 | |
| 8 |