summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC
diff options
context:
space:
mode:
authorQingShan Zhang <qshanz@cn.ibm.com>2020-01-08 06:48:51 +0000
committerQingShan Zhang <qshanz@cn.ibm.com>2020-01-08 06:48:51 +0000
commit44f78f368c2cafd9dfce5d65f5e2ebfcfb30105a (patch)
treea6ce7a64adbfb0cde8172e85db502c3c090bb339 /llvm/test/CodeGen/PowerPC
parentfc6f15d4d2c4a051c8e31fe4de0bfaf9d3535f6e (diff)
downloadbcm5719-llvm-44f78f368c2cafd9dfce5d65f5e2ebfcfb30105a.tar.gz
bcm5719-llvm-44f78f368c2cafd9dfce5d65f5e2ebfcfb30105a.zip
[NFC][Test] Add the option -enable-no-signed-zeros-fp-math for test
fma-combine.ll
Diffstat (limited to 'llvm/test/CodeGen/PowerPC')
-rw-r--r--llvm/test/CodeGen/PowerPC/fma-combine.ll6
1 files changed, 4 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/fma-combine.ll b/llvm/test/CodeGen/PowerPC/fma-combine.ll
index 12eef2911e2..5baf663481d 100644
--- a/llvm/test/CodeGen/PowerPC/fma-combine.ll
+++ b/llvm/test/CodeGen/PowerPC/fma-combine.ll
@@ -1,6 +1,8 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -enable-unsafe-fp-math < %s | FileCheck -check-prefix=CHECK-FAST %s
-; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -enable-unsafe-fp-math -mattr=-vsx < %s | FileCheck -check-prefix=CHECK-FAST-NOVSX %s
+; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -enable-no-signed-zeros-fp-math \
+; RUN: -enable-unsafe-fp-math < %s | FileCheck -check-prefix=CHECK-FAST %s
+; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -enable-no-signed-zeros-fp-math \
+; RUN: -enable-unsafe-fp-math -mattr=-vsx < %s | FileCheck -check-prefix=CHECK-FAST-NOVSX %s
; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu < %s | FileCheck %s
define double @fma_combine1(double %a, double %b, double %c) {
OpenPOWER on IntegriCloud