[llvm-commits] [llvm] r100166 - /llvm/trunk/test/CodeGen/X86/vec_shuffle-6.ll
Dan Gohman
gohman at apple.com
Thu Apr 1 18:26:13 PDT 2010
Author: djg
Date: Thu Apr 1 20:26:13 2010
New Revision: 100166
URL: http://llvm.org/viewvc/llvm-project?rev=100166&view=rev
Log:
Remove this initializer so that the optimizer doesn't convert
unaligned loads into aligned loads.
Modified:
llvm/trunk/test/CodeGen/X86/vec_shuffle-6.ll
Modified: llvm/trunk/test/CodeGen/X86/vec_shuffle-6.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_shuffle-6.ll?rev=100166&r1=100165&r2=100166&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_shuffle-6.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_shuffle-6.ll Thu Apr 1 20:26:13 2010
@@ -4,7 +4,7 @@
; RUN: grep movups %t | count 2
target triple = "i686-apple-darwin"
- at x = global [4 x i32] [ i32 1, i32 2, i32 3, i32 4 ] ; <[4 x i32]*> [#uses=4]
+ at x = external global [4 x i32]
define <2 x i64> @test1() {
%tmp = load i32* getelementptr ([4 x i32]* @x, i32 0, i32 0) ; <i32> [#uses=1]
More information about the llvm-commits
mailing list