Displaying 3 results from an estimated 3 matches for "isstackempti".
Did you mean:
isstackempty
2010 Jul 13
0
[LLVMdev] Bitcode from build-self-4-mingw32
Hello Jakob,
Please find the bitcode attached as FileUtilities.bc.
Thanks
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()
2010 Jul 15
1
[LLVMdev] Splitting floating point intervals.
Hi all,
A question for the register allocation people:
I'm currently trying to split intervals over loop boundaries. I have a
situation where a floating point value is split over a loop boundary, and
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:
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?
--------------