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
78b305f8d5
llvm-project
/
llvm
/
test
/
CodeGen
/
PowerPC
/
2005-01-14-UndefLong.ll
6 lines
97 B
LLVM
Raw
Normal View
History
Unescape
Escape
Adding -verify-machineinstrs option to PowerPC tests Currently we have a number of tests that fail with -verify-machineinstrs. To detect this cases earlier we add the option to the testcases with the exception of tests that will currently fail with this option. PR 27456 keeps track of this failures. No code review, as discussed with Hal Finkel. llvm-svn: 277624
2016-08-04 02:17:35 +08:00
; RUN: llc -verify-machineinstrs < %s -march=ppc32
New testcase, problem found by Rob. llvm-svn: 19556
2005-01-15 04:21:51 +08:00
Byebye llvm-upgrade! llvm-svn: 48762
2008-03-25 12:26:08 +08:00
define
i64
@test
(
)
{
ret
i64
undef
}