[X86] Add XSAVE intrinsic family
[oota-llvm.git] / test / CodeGen / X86 / coalescer-cross.ll
index 976db6479e090a982d3ea4af265f8c730b226a47..92aedbef5dd459b242f4ee72a39d1d8d08b792c2 100644 (file)
@@ -5,8 +5,8 @@
 ; CHECK: os_clock
 ; CHECK-NOT: movaps
 
-       type { %struct.TValue }         ; type %0
-       type { %struct.L_Umaxalign, i32, %struct.Node* }                ; type %1
+       %0 = type { %struct.TValue }            ; type %0
+       %1 = type { %struct.L_Umaxalign, i32, %struct.Node* }           ; type %1
        %struct.CallInfo = type { %struct.TValue*, %struct.TValue*, %struct.TValue*, i32*, i32, i32 }
        %struct.GCObject = type { %struct.lua_State }
        %struct.L_Umaxalign = type { double }
@@ -30,14 +30,14 @@ entry:
        %0 = tail call i32 @"\01_clock$UNIX2003"() nounwind             ; <i32> [#uses=1]
        %1 = uitofp i32 %0 to double            ; <double> [#uses=1]
        %2 = fdiv double %1, 1.000000e+06               ; <double> [#uses=1]
-       %3 = getelementptr %struct.lua_State* %L, i32 0, i32 4          ; <%struct.TValue**> [#uses=3]
-       %4 = load %struct.TValue** %3, align 4          ; <%struct.TValue*> [#uses=2]
-       %5 = getelementptr %struct.TValue* %4, i32 0, i32 0, i32 0              ; <double*> [#uses=1]
+       %3 = getelementptr %struct.lua_State, %struct.lua_State* %L, i32 0, i32 4               ; <%struct.TValue**> [#uses=3]
+       %4 = load %struct.TValue*, %struct.TValue** %3, align 4         ; <%struct.TValue*> [#uses=2]
+       %5 = getelementptr %struct.TValue, %struct.TValue* %4, i32 0, i32 0, i32 0              ; <double*> [#uses=1]
        store double %2, double* %5, align 4
-       %6 = getelementptr %struct.TValue* %4, i32 0, i32 1             ; <i32*> [#uses=1]
+       %6 = getelementptr %struct.TValue, %struct.TValue* %4, i32 0, i32 1             ; <i32*> [#uses=1]
        store i32 3, i32* %6, align 4
-       %7 = load %struct.TValue** %3, align 4          ; <%struct.TValue*> [#uses=1]
-       %8 = getelementptr %struct.TValue* %7, i32 1            ; <%struct.TValue*> [#uses=1]
+       %7 = load %struct.TValue*, %struct.TValue** %3, align 4         ; <%struct.TValue*> [#uses=1]
+       %8 = getelementptr %struct.TValue, %struct.TValue* %7, i32 1            ; <%struct.TValue*> [#uses=1]
        store %struct.TValue* %8, %struct.TValue** %3, align 4
        ret i32 1
 }