mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-13 08:35:46 +00:00
ARM: tweak test to pass on all platforms
A TableGen indeterminacy means that the reason for the failure can vary, and Windows gets the other option. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193394 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
97541d400e
commit
abe3aa3520
@ -69,8 +69,10 @@
|
|||||||
@ CHECK-ERRORS: error: instruction requires: double precision VFP
|
@ CHECK-ERRORS: error: instruction requires: double precision VFP
|
||||||
@ CHECK-ERRORS-NEXT: vcmp.f64 d6, #0
|
@ CHECK-ERRORS-NEXT: vcmp.f64 d6, #0
|
||||||
|
|
||||||
|
@ FIXME: overlapping aliases and a probable TableGen indeterminacy mean
|
||||||
|
@ that the actual reason can vary by platform.
|
||||||
vmov.f64 d11, d10
|
vmov.f64 d11, d10
|
||||||
@ CHECK-ERRORS: error: instruction requires: NEON
|
@ CHECK-ERRORS: error: instruction requires:
|
||||||
@ CHECK-ERRORS-NEXT: vmov.f64 d11, d10
|
@ CHECK-ERRORS-NEXT: vmov.f64 d11, d10
|
||||||
|
|
||||||
vcvt.f64.s32 d9, s8
|
vcvt.f64.s32 d9, s8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user