mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-02 22:32:08 +00:00
Now with RUN line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62716 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e3b014a05f
commit
708f5a8fb6
@ -1,5 +1,9 @@
|
||||
; ModuleID = '<stdin>'
|
||||
target triple = "i386-apple-darwin9.5"
|
||||
; RUN: llvm-as < %s | llc -limit-float-precision=6 -march=x86 | \
|
||||
; RUN: not grep exp | not grep log | not grep pow
|
||||
; RUN: llvm-as < %s | llc -limit-float-precision=12 -march=x86 | \
|
||||
; RUN: not grep exp | not grep log | not grep pow
|
||||
; RUN: llvm-as < %s | llc -limit-float-precision=18 -march=x86 | \
|
||||
; RUN: not grep exp | not grep log | not grep pow
|
||||
|
||||
define float @f1(float %x) nounwind noinline {
|
||||
entry:
|
||||
|
Loading…
x
Reference in New Issue
Block a user