Advertisement
Guest User

Untitled

a guest
Oct 10th, 2011
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. C:\dev\llvm\test>llc c:/dev/llvm/llvm_trunk/test/CodeGen/X86/2008-02-08-LoadFoldingBug.ll
  2. Assertion failed: i < getNumOperands() && "getOperand() out of range!", file C:\dev\llvm\llvm_trunk\include\llvm/CodeGen/MachineInstr.h, line 201
  3.  
  4. C:\dev\llvm\test>llc c:/dev/llvm/llvm_trunk/test/CodeGen/X86/2008-02-08-LoadFoldingBug.ll
  5. Assertion failed: i < getNumOperands() && "getOperand() out of range!", file C:\dev\llvm\llvm_trunk\include\llvm/CodeGen/MachineInstr.h, line 201
  6. Stack dump:
  7. 0. Program arguments: llc c:/dev/llvm/llvm_trunk/test/CodeGen/X86/2008-02-08-LoadFoldingBug.ll
  8. 1. Running pass 'Function Pass Manager' on module 'c:/dev/llvm/llvm_trunk/test/CodeGen/X86/2008-02-08-LoadFoldingBug.ll'.
  9. 2. Running pass 'Machine Instruction LICM' on function '@main_bb114_2E_outer_2E_i_bb3_2E_i27'
  10. _get_pgmptr() + 0x21Bbytes(s)
  11. abort() + 0x1E bytes(s)
  12. _wassert() + 0xD6 bytes(s)
  13. llvm::MachineInstr::getOperand() + 0x3C bytes(s), c:\dev\llvm\llvm_trunk\include\llvm\codegen\machineinstr.h, line 201 + 0x2D byte(s)
  14. `anonymous namespace'::MachineLICM::UpdateRegPressure() + 0x83 bytes(s), c:\dev\llvm\llvm_trunk\lib\codegen\machinelicm.cpp, line 681 + 0xC byte(s)
  15. `anonymous namespace'::MachineLICM::HoistRegion() + 0x134 bytes(s), c:\dev\llvm\llvm_trunk\lib\codegen\machinelicm.cpp, line 592
  16. `anonymous namespace'::MachineLICM::HoistRegion() + 0x192 bytes(s), c:\dev\llvm\llvm_trunk\lib\codegen\machinelicm.cpp, line 601 + 0x19 byte(s)
  17. `anonymous namespace'::MachineLICM::HoistRegion() + 0x192 bytes(s), c:\dev\llvm\llvm_trunk\lib\codegen\machinelicm.cpp, line 601 + 0x19 byte(s)
  18. `anonymous namespace'::MachineLICM::runOnMachineFunction() + 0x3C9 bytes(s), c:\dev\llvm\llvm_trunk\lib\codegen\machinelicm.cpp, line 340
  19. llvm::MachineFunctionPass::runOnFunction() + 0x50 bytes(s), c:\dev\llvm\llvm_trunk\lib\codegen\machinefunctionpass.cpp, line 33 + 0x13 byte(s)
  20. llvm::FPPassManager::runOnFunction() + 0x130 bytes(s), c:\dev\llvm\llvm_trunk\lib\vmcore\passmanager.cpp, line 1512 + 0x17 byte(s)
  21. llvm::FPPassManager::runOnModule() + 0x83 bytes(s), c:\dev\llvm\llvm_trunk\lib\vmcore\passmanager.cpp, line 1534 + 0x15 byte(s)
  22. llvm::MPPassManager::runOnModule() + 0x168 bytes(s), c:\dev\llvm\llvm_trunk\lib\vmcore\passmanager.cpp, line 1588 + 0x17 byte(s)
  23. llvm::PassManagerImpl::run() + 0xA9 bytes(s), c:\dev\llvm\llvm_trunk\lib\vmcore\passmanager.cpp, line1672 + 0x1B byte(s)
  24. llvm::PassManager::run() + 0x1D bytes(s), c:\dev\llvm\llvm_trunk\lib\vmcore\passmanager.cpp, line 1717
  25. main() + 0xB0E bytes(s), c:\dev\llvm\llvm_trunk\tools\llc\llc.cpp, line 3750x00984FEF (0x01A6FE50 0x7638339A 0x7EFDE000 0x01A6FE90), __tmainCRTStartup() +0x1BF bytes(s), f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c, line 555 + 0x19 byte(s)
  26. mainCRTStartup() + 0xF bytes(s), f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c, line 371
  27. BaseThreadInitThunk()+ 0x12 bytes(s)
  28. RtlInitializeExceptionChain() + 0x63 bytes(s)
  29. RtlInitializeExceptionChain() + 0x36 bytes(s)
  30.  
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement