forked from OSchip/llvm-project
This adds a separate file for the fp denormal regression tests. NFC.
Differential Revision: https://reviews.llvm.org/D24907 llvm-svn: 283109
This commit is contained in:
parent
4a048a44e5
commit
a5d3fd4780
|
@ -234,13 +234,4 @@
|
|||
//
|
||||
// RUN: %clang -### -ftrapping-math -fno-trapping-math -c %s 2>&1 \
|
||||
// RUN: | FileCheck --check-prefix=CHECK-NO-TRAPPING-MATH %s
|
||||
// RUN: %clang -### -fdenormal-fp-math=ieee -c %s 2>&1 \
|
||||
// RUN: | FileCheck --check-prefix=CHECK-FP-DENORMAL-IEEE %s
|
||||
// RUN: %clang -### -fdenormal-fp-math=preserve-sign -c %s 2>&1 \
|
||||
// RUN: | FileCheck --check-prefix=CHECK-FP-DENORMAL-PS %s
|
||||
// RUN: %clang -### -fdenormal-fp-math=positive-zero -c %s 2>&1 \
|
||||
// RUN: | FileCheck --check-prefix=CHECK-FP-DENORMAL-PZ %s
|
||||
// CHECK-NO-TRAPPING-MATH: "-fno-trapping-math"
|
||||
// CHECK-FP-DENORMAL-IEEE: "-fdenormal-fp-math=ieee"
|
||||
// CHECK-FP-DENORMAL-PS: "-fdenormal-fp-math=preserve-sign"
|
||||
// CHECK-FP-DENORMAL-PZ: "-fdenormal-fp-math=positive-zero"
|
||||
|
|
Loading…
Reference in New Issue