Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[simplera] Regression test failure #666

Closed
llvmbot opened this issue Mar 15, 2004 · 3 comments
Closed

[simplera] Regression test failure #666

llvmbot opened this issue Mar 15, 2004 · 3 comments
Assignees

Comments

@llvmbot
Copy link
Member

llvmbot commented Mar 15, 2004

Bugzilla Link 294
Resolution FIXED
Resolved on Feb 22, 2010 12:51
Version trunk
OS All
Reporter LLVM Bugzilla Contributor

Extended Description

The Regression.CodeGen.X86.2002-12-23-LocalRAProblem regression test (and other
X86 code generation regression tests) abort with the following output:

lli: /home/vadve/criswell/rel12/llvm/include/llvm/Target/MRegisterInfo.h:151:
static bool llvm::MRegisterInfo::isVirtualRegister(unsigned int): Assertion `Reg
&& "this is not a register!"' failed.
lli[0x844f28a]
lli[0x844f4aa]
lli[0x42029188]
lli(abort+0x16e)[0x4202a8c2]
lli[0x42022ecb]
lli(llvm::MRegisterInfo::isVirtualRegister(unsigned)+0x30)[0x82e04a8]
lli((anonymous
namespace)::RegAllocSimple::AllocateBasicBlock(llvm::MachineBasicBlock&)+0x1ca)[0x82dc3c6]
lli((anonymous
namespace)::RegAllocSimple::runOnMachineFunction(llvm::MachineFunction&)+0xdb)[0x82dc8cd]
lli(llvm::MachineFunctionPass::runOnFunction(llvm::Function&)+0x29)[0x82dfbf7]
lli(llvm::PassManagerTraitsllvm::Function::runPass(llvm::FunctionPass*,
llvm::Function*)+0x1f)[0x8426cb1]
lli(llvm::PassManagerTllvm::Function::runOnUnit(llvm::Function*)+0x5e1)[0x841ce99]
lli(llvm::PassManagerTraitsllvm::Function::runOnFunction(llvm::Function&)+0x1f)[0x841da6d]
lli(llvm::FunctionPass::run(llvm::Function&)+0x6a)[0x83d7db2]
lli(llvm::FunctionPassManager::run(llvm::Function&)+0x39)[0x83d735d]
lli(llvm::JIT::runJITOnFunction(llvm::Function*)+0x4f)[0x82c6043]
lli(llvm::JIT::getPointerToFunction(llvm::Function*)+0xf4)[0x82c618a]
lli(llvm::JIT::runFunction(llvm::Function*, std::vector<llvm::GenericValue,
std::allocatorllvm::GenericValue > const&)+0x6a)[0x82c5eb4]
lli(llvm::ExecutionEngine::runFunctionAsMain(llvm::Function*,
std::vector<std::basic_string<char, std::char_traits, std::allocator

, std::allocator<std::basic_string<char, std::char_traits,
std::allocator > > > const&, char const* const*)+0x25b)[0x83093c5]
lli(main+0x264)[0x82ad7c4]
lli(__libc_start_main+0x95)[0x42017589]
lli(std::basic_ostream<char, std::char_traits >& std::operator<<
<std::char_traits >(std::basic_ostream<char, std::char_traits >&,
char)+0x5d)[0x82ad4b1]

@llvmbot
Copy link
Member Author

llvmbot commented Mar 15, 2004

assigned to @lattner

@lattner
Copy link
Collaborator

lattner commented Mar 16, 2004

Despite the name of the bug, this is really a problem in the simple allocator
which has been neglected. This is extremely low priority, but I'll look into it.

-Chris

@lattner
Copy link
Collaborator

lattner commented Mar 16, 2004

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants