Used "-enable-unsafe-fp-math" to allow this transformation - (a * b -c) = c - a *b.

llvm-svn: 63475
This commit is contained in:
Mon P Wang 2009-01-31 06:50:54 +00:00
parent cf9ba82324
commit b6080cf943
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s
; RUN: llvm-as -o - %s | llc -march=cellspu -enable-unsafe-fp-math > %t1.s
; RUN: grep fa %t1.s | count 2
; RUN: grep fs %t1.s | count 2
; RUN: grep fm %t1.s | count 6