diff options
Diffstat (limited to 'test/CodeGen/ARM/vldm-sched-a9.ll')
| -rw-r--r-- | test/CodeGen/ARM/vldm-sched-a9.ll | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/CodeGen/ARM/vldm-sched-a9.ll b/test/CodeGen/ARM/vldm-sched-a9.ll index d0a9ac6d2b564..64f3770e3d212 100644 --- a/test/CodeGen/ARM/vldm-sched-a9.ll +++ b/test/CodeGen/ARM/vldm-sched-a9.ll @@ -1,13 +1,13 @@ -; RUN: llc < %s -march=arm -mtriple=armv7-linux-gnueabihf -float-abi=hard -mcpu=cortex-a9 -O3 | FileCheck %s +; RUN: llc < %s -march=arm -mtriple=armv7-linux-gnueabihf -arm-atomic-cfg-tidy=0 -float-abi=hard -mcpu=cortex-a9 -O3 | FileCheck %s target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-n32-S64" -; This test will generate spills/fills using vldmia instructions that access 64 bytes of memory. -; Check that we don't crash when we generate these instructions on Cortex-A9. +; This test used to test vector spilling using vstmia/vldmia instructions, but +; the changes for PR:18825 prevent that spilling. ; CHECK: test: -; CHECK: vstmia -; CHECK: vldmia +; CHECK-NOT: vstmia +; CHECK-NOT: vldmia define void @test(i64* %src) #0 { entry: %arrayidx39 = getelementptr inbounds i64* %src, i32 13 |
