diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-01-06 22:19:37 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-01-06 22:19:37 +0000 |
commit | 68a922c0e97b47f1fed33cf360166867ed4732c0 (patch) | |
tree | 82914808a25c3f6b7b6ba184fec4c1cc0e5aabfa /llvm/test/CodeGen/Thumb2 | |
parent | 632e3b7ee23f75016795e7ee43422aeda42ba1a8 (diff) | |
download | bcm5719-llvm-68a922c0e97b47f1fed33cf360166867ed4732c0.tar.gz bcm5719-llvm-68a922c0e97b47f1fed33cf360166867ed4732c0.zip |
Enable aligned NEON spilling by default.
Experiments show this to be a small speedup for modern ARM cores.
llvm-svn: 147689
Diffstat (limited to 'llvm/test/CodeGen/Thumb2')
-rw-r--r-- | llvm/test/CodeGen/Thumb2/aligned-spill.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Thumb2/aligned-spill.ll b/llvm/test/CodeGen/Thumb2/aligned-spill.ll index 948c8ce2c2d..c98ca809858 100644 --- a/llvm/test/CodeGen/Thumb2/aligned-spill.ll +++ b/llvm/test/CodeGen/Thumb2/aligned-spill.ll @@ -1,5 +1,5 @@ -; RUN: llc < %s -mcpu=cortex-a8 | FileCheck %s -; RUN: llc < %s -mcpu=cortex-a8 -align-neon-spills | FileCheck %s --check-prefix=NEON +; RUN: llc < %s -mcpu=cortex-a8 -align-neon-spills=0 | FileCheck %s +; RUN: llc < %s -mcpu=cortex-a8 -align-neon-spills=1 | FileCheck %s --check-prefix=NEON target datalayout = "e-p:32:32:32-i1:8:32-i8:8:32-i16:16:32-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:32:64-v128:32:128-a0:0:32-n32-S32" target triple = "thumbv7-apple-ios" |