Skip to content

Commit 44f78f3

Browse files
author
QingShan Zhang
committed
[NFC][Test] Add the option -enable-no-signed-zeros-fp-math for test
fma-combine.ll
1 parent fc6f15d commit 44f78f3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2-
; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -enable-unsafe-fp-math < %s | FileCheck -check-prefix=CHECK-FAST %s
3-
; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -enable-unsafe-fp-math -mattr=-vsx < %s | FileCheck -check-prefix=CHECK-FAST-NOVSX %s
2+
; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -enable-no-signed-zeros-fp-math \
3+
; RUN: -enable-unsafe-fp-math < %s | FileCheck -check-prefix=CHECK-FAST %s
4+
; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -enable-no-signed-zeros-fp-math \
5+
; RUN: -enable-unsafe-fp-math -mattr=-vsx < %s | FileCheck -check-prefix=CHECK-FAST-NOVSX %s
46
; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu < %s | FileCheck %s
57

68
define double @fma_combine1(double %a, double %b, double %c) {

0 commit comments

Comments
 (0)