summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/attr-mrecip.c
blob: 954c57ae102b1598b1852fbfea301c2fa0ff2478 (plain)
1
2
3
4
5
6
7
// RUN: %clang_cc1 -mrecip=!sqrtf,vec-divf:3 -emit-llvm %s -o - | FileCheck %s

int baz(int a) { return 4; }

// CHECK: baz{{.*}} #0
// CHECK: #0 = {{.*}}"reciprocal-estimates"="!sqrtf,vec-divf:3"