search for: isstackempty

Displaying 3 results from an estimated 3 matches for "isstackempty".

2010 Jul 13
0
[LLVMdev] Bitcode from build-self-4-mingw32
...Galina From: Jakob Stoklund Olesen <stoklund at 2pi.dk> Date: Sun, Jul 11, 2010 at 03:22 Subject: [LLVMdev] Bitcode from build-self-4-mingw32 To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> The buildbot build-self-4-mingw32 is failing with an assertion: Assertion failed: (isStackEmpty() && "Stack not empty at end of basic block?"), function processBasicBlock, file /Users/buildslave/zorg/buildbot/smooshlab/slave/build-self-4-mingw32/llvm.src/lib/Target/X86/X86FloatingPoint.cpp, line 305. Could anyone produce a bitcode file for that failure, please?---------- Fo...
2010 Jul 15
1
[LLVMdev] Splitting floating point intervals.
...the register allocator choses to spill the value outside the loop. That leaves me with a floating point load in the loop preheader, which is crashing LLC with X86FloatingPoint.cpp:305: bool<unnamed>::FPS::processBasicBlock(llvm::MachineFunction&, llvm::MachineBasicBlock&): Assertion `isStackEmpty() && "Stack not empty at end of basic block?"' What's going on here? Where do floating point values which are live over BB boundaries live, if not on the FP stack? Cheers, Lang. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://li...
2010 Jul 10
0
[LLVMdev] Bitcode from build-self-4-mingw32
The buildbot build-self-4-mingw32 is failing with an assertion: Assertion failed: (isStackEmpty() && "Stack not empty at end of basic block?"), function processBasicBlock, file /Users/buildslave/zorg/buildbot/smooshlab/slave/build-self-4-mingw32/llvm.src/lib/Target/X86/X86FloatingPoint.cpp, line 305. Could anyone produce a bitcode file for that failure, please? ----------...