2009-09-09 07:54:48 +08:00
|
|
|
; RUN: llc < %s -march=x86 | grep fs
|
2009-05-06 02:52:19 +08:00
|
|
|
|
|
|
|
define i32 @foo() nounwind readonly {
|
|
|
|
entry:
|
2015-03-14 02:20:45 +08:00
|
|
|
%tmp = load i32*, i32* addrspace(257)* getelementptr (i32*, i32* addrspace(257)* inttoptr (i32 72 to i32* addrspace(257)*), i32 31) ; <i32*> [#uses=1]
|
2015-02-28 05:17:42 +08:00
|
|
|
%tmp1 = load i32, i32* %tmp ; <i32> [#uses=1]
|
2009-05-06 02:52:19 +08:00
|
|
|
ret i32 %tmp1
|
|
|
|
}
|