1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 22:42:52 +01:00
llvm-mirror/test/CodeGen/X86/2006-10-09-CycleInDAG.ll

12 lines
341 B
LLVM
Raw Normal View History

; RUN: llc < %s -march=x86
2008-03-25 05:26:08 +01:00
define void @_ZN13QFSFileEngine4readEPcx() {
%tmp201 = load i32, i32* null ; <i32> [#uses=1]
2008-03-25 05:26:08 +01:00
%tmp201.upgrd.1 = sext i32 %tmp201 to i64 ; <i64> [#uses=1]
%tmp202 = load i64, i64* null ; <i64> [#uses=1]
2008-03-25 05:26:08 +01:00
%tmp203 = add i64 %tmp201.upgrd.1, %tmp202 ; <i64> [#uses=1]
store i64 %tmp203, i64* null
ret void
}
2008-03-25 05:26:08 +01:00