mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-01 16:26:29 +00:00
More soft fp fixes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49016 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -16,8 +16,10 @@
|
||||
; RUN: grep fixunssfsi %t
|
||||
; RUN: grep fixdfsi %t
|
||||
; RUN: grep fixunsdfsi %t
|
||||
; RUN: grep floatdisf %t
|
||||
; RUN: grep floatsisf %t
|
||||
; RUN: grep floatsidf %t
|
||||
; RUN: grep floatunsisf %t
|
||||
; RUN: grep floatunsidf %t
|
||||
; RUN: llvm-as < %s | llc -march=thumb
|
||||
|
||||
define float @f1(double %x) {
|
||||
|
Reference in New Issue
Block a user