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
The kimwitu++ bytecode file (/home/vadve/criswell/Downloads/CXXCode/kimwitu++-2.3.8/src/Gen.linux) hits the following assertion:
lli: /home/vadve/criswell/llvm/lib/Target/X86/InstSelectSimple.cpp:52: llvm::MachineInstrBuilder llvm::BMI(llvm::MachineBasicBlock*, __gnu_cxx::__normal_iterator<llvm::MachineInstr**, std::vector<llvm::MachineInstr*, std::allocatorllvm::MachineInstr* > >&, int, unsigned int): Assertion `I >= MBB->begin() && I <= MBB->end() && "Bad iterator!"' failed.
The text was updated successfully, but these errors were encountered:
assigned to @lattner
Sorry, something went wrong.
I can reproduce this with just the _ZN9__gnu_cxx16__stl_next_primeEm function and LLC. I'm looking into it.
Thanks!
-Chris
Fixed, here's the patch: http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20031117/009616.html
Thanks,
lattner
No branches or pull requests
Extended Description
The kimwitu++ bytecode file
(/home/vadve/criswell/Downloads/CXXCode/kimwitu++-2.3.8/src/Gen.linux) hits the
following assertion:
lli: /home/vadve/criswell/llvm/lib/Target/X86/InstSelectSimple.cpp:52:
llvm::MachineInstrBuilder llvm::BMI(llvm::MachineBasicBlock*,
__gnu_cxx::__normal_iterator<llvm::MachineInstr**,
std::vector<llvm::MachineInstr*, std::allocatorllvm::MachineInstr* > >&, int,
unsigned int): Assertion `I >= MBB->begin() && I <= MBB->end() && "Bad
iterator!"' failed.
The text was updated successfully, but these errors were encountered: