This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
8484f92f7f
llvm-project
/
llvm
/
test
/
CodeGen
/
X86
/
2004-02-14-InefficientStack...
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 07:54:48 +08: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 08:21:04 +08:00
Byebye llvm-upgrade! llvm-svn: 48762
2008-03-25 12:26:08 +08: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 08:21:04 +08:00
}