mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-01 17:32:36 +00:00
Add test case from PR940.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30852 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a275ecbd10
commit
ccc4870d63
10
test/CodeGen/X86/2006-10-09-CycleInDAG.ll
Normal file
10
test/CodeGen/X86/2006-10-09-CycleInDAG.ll
Normal file
@ -0,0 +1,10 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86
|
||||
|
||||
void %_ZN13QFSFileEngine4readEPcx() {
|
||||
%tmp201 = load int* null
|
||||
%tmp201 = cast int %tmp201 to long
|
||||
%tmp202 = load long* null
|
||||
%tmp203 = add long %tmp201, %tmp202
|
||||
store long %tmp203, long* null
|
||||
ret void
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user