From b6080cf943c43e10176c47f9cb50ee20f69cca3a Mon Sep 17 00:00:00 2001 From: Mon P Wang Date: Sat, 31 Jan 2009 06:50:54 +0000 Subject: Used "-enable-unsafe-fp-math" to allow this transformation - (a * b -c) = c - a *b. llvm-svn: 63475 --- llvm/test/CodeGen/CellSPU/sp_farith.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test') diff --git a/llvm/test/CodeGen/CellSPU/sp_farith.ll b/llvm/test/CodeGen/CellSPU/sp_farith.ll index 949e69a5a3d..df3baef85c9 100644 --- a/llvm/test/CodeGen/CellSPU/sp_farith.ll +++ b/llvm/test/CodeGen/CellSPU/sp_farith.ll @@ -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 -- cgit v1.2.3