diff options
author | Nadav Rotem <nrotem@apple.com> | 2013-01-09 01:15:42 +0000 |
---|---|---|
committer | Nadav Rotem <nrotem@apple.com> | 2013-01-09 01:15:42 +0000 |
commit | b696c36fcd94339787d979c4ed6fb8cc9b83afdd (patch) | |
tree | 0a8341f8831b3b5cf92603209af9f8e30d3671f4 /llvm/test/Transforms/LoopVectorize/X86/gcc-examples.ll | |
parent | 5e111fe533597a4bc46d69ad66f6d0c6b3c31689 (diff) | |
download | bcm5719-llvm-b696c36fcd94339787d979c4ed6fb8cc9b83afdd.tar.gz bcm5719-llvm-b696c36fcd94339787d979c4ed6fb8cc9b83afdd.zip |
Cost Model: Move the 'max unroll factor' variable to the TTI and add initial Cost Model support on ARM.
llvm-svn: 171928
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize/X86/gcc-examples.ll')
-rw-r--r-- | llvm/test/Transforms/LoopVectorize/X86/gcc-examples.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/X86/gcc-examples.ll b/llvm/test/Transforms/LoopVectorize/X86/gcc-examples.ll index 0f21ba678c3..57d63015814 100644 --- a/llvm/test/Transforms/LoopVectorize/X86/gcc-examples.ll +++ b/llvm/test/Transforms/LoopVectorize/X86/gcc-examples.ll @@ -53,8 +53,6 @@ define void @example1() nounwind uwtable ssp { ;UNROLL: @example10b ;UNROLL: load <4 x i16> ;UNROLL: load <4 x i16> -;UNROLL: load <4 x i16> -;UNROLL: store <4 x i32> ;UNROLL: store <4 x i32> ;UNROLL: store <4 x i32> ;UNROLL: ret void |