mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-21 01:06:46 +00:00
Disable code placement for this test.
It makes it less sensitive to small changes in heuristics. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154857 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2867c85a37
commit
fbefc9125d
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -widen-vmovs -mcpu=cortex-a8 -verify-machineinstrs | FileCheck %s
|
||||
; RUN: llc < %s -widen-vmovs -mcpu=cortex-a8 -verify-machineinstrs -disable-code-place | FileCheck %s
|
||||
target triple = "thumbv7-apple-ios"
|
||||
|
||||
; The 1.0e+10 constant is loaded from the constant pool and kept in a register.
|
||||
@ -10,6 +10,7 @@ target triple = "thumbv7-apple-ios"
|
||||
; CHECK: , [[DN]]
|
||||
; CHECK: %for.body.i
|
||||
; CHECK: vadd.f32 [[DL]], [[DL]], [[DN]]
|
||||
; CHECK: %rInnerproduct.exit
|
||||
;
|
||||
; This test is verifying:
|
||||
; - The VMOVS widening is happening.
|
||||
|
Loading…
x
Reference in New Issue
Block a user