brintos

brintos / llvm-project-archived public Read only

0
0
Text · 208 B · 5f12752 Raw
8 lines · c
1// RUN: %clang_cc1 -mrecip=!sqrtf,vec-divf:3,divh -emit-llvm %s -o - | FileCheck %s2 3int baz(int a) { return 4; }4 5// CHECK: baz{{.*}} #06// CHECK: #0 = {{.*}}"reciprocal-estimates"="!sqrtf,vec-divf:3,divh"7 8