File tree 1 file changed +4
-2
lines changed
llvm/test/CodeGen/PowerPC
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
; 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
4
6
; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu < %s | FileCheck %s
5
7
6
8
define double @fma_combine1 (double %a , double %b , double %c ) {
You can’t perform that action at this time.
0 commit comments