mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-22 12:08:33 +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-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
|
||||
@ CHECK-ERRORS: error: instruction requires: NEON
|
||||
@ CHECK-ERRORS: error: instruction requires:
|
||||
@ CHECK-ERRORS-NEXT: vmov.f64 d11, d10
|
||||
|
||||
vcvt.f64.s32 d9, s8
|
||||
|
Loading…
Reference in New Issue
Block a user