[llvm] 44f78f3 - [NFC][Test] Add the option -enable-no-signed-zeros-fp-math for test

QingShan Zhang via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 7 22:50:00 PST 2020


Author: QingShan Zhang
Date: 2020-01-08T06:48:51Z
New Revision: 44f78f368c2cafd9dfce5d65f5e2ebfcfb30105a

URL: https://github.com/llvm/llvm-project/commit/44f78f368c2cafd9dfce5d65f5e2ebfcfb30105a
DIFF: https://github.com/llvm/llvm-project/commit/44f78f368c2cafd9dfce5d65f5e2ebfcfb30105a.diff

LOG: [NFC][Test] Add the option -enable-no-signed-zeros-fp-math for test
fma-combine.ll

Added: 
    

Modified: 
    llvm/test/CodeGen/PowerPC/fma-combine.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/PowerPC/fma-combine.ll b/llvm/test/CodeGen/PowerPC/fma-combine.ll
index 12eef2911e24..5baf663481d7 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) {


        


More information about the llvm-commits mailing list