mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 06:46:07 +00:00

This is a followup to D120158 which added an 'h' suffix to the backend handling. Reviewed By: spatel Differential Revision: https://reviews.llvm.org/D124551
8 lines
208 B
C
8 lines
208 B
C
// RUN: %clang_cc1 -mrecip=!sqrtf,vec-divf:3,divh -emit-llvm %s -o - | FileCheck %s
|
|
|
|
int baz(int a) { return 4; }
|
|
|
|
// CHECK: baz{{.*}} #0
|
|
// CHECK: #0 = {{.*}}"reciprocal-estimates"="!sqrtf,vec-divf:3,divh"
|
|
|