mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-27 05:32:22 +00:00
Remove this initializer so that the optimizer doesn't convert
unaligned loads into aligned loads. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100166 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
403d5a2c49
commit
1e4ac4dfd9
@ -4,7 +4,7 @@
|
||||
; RUN: grep movups %t | count 2
|
||||
|
||||
target triple = "i686-apple-darwin"
|
||||
@x = global [4 x i32] [ i32 1, i32 2, i32 3, i32 4 ] ; <[4 x i32]*> [#uses=4]
|
||||
@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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user