mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Used "-enable-unsafe-fp-math" to allow this transformation - (a * b -c) = c - a *b.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63475 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a7b6cff99f
commit
95be699a9a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user