This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-01 08:23:21 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
e4ac42e11e
llvm-mirror
/
test
/
CodeGen
/
X86
/
2004-02-14-InefficientStackPointer.ll
6 lines
105 B
LLVM
Raw
Normal View
History
Unescape
Escape
Eliminate more uses of llvm-as and llvm-dis. llvm-svn: 81290
2009-09-09 01:54:48 +02:00
; RUN: llc < %s -march=x86 | grep -i ESP | not grep sub
New testcase for PR237: [x86] wierd stack/frame pointer manipulation llvm-svn: 11456
2004-02-15 01:21:04 +01:00
Byebye llvm-upgrade! llvm-svn: 48762
2008-03-25 05:26:08 +01:00
define
i32
@test
(
i32
%X
)
{
ret
i32
%X
New testcase for PR237: [x86] wierd stack/frame pointer manipulation llvm-svn: 11456
2004-02-15 01:21:04 +01:00
}
Reference in New Issue
Copy Permalink