search for: mainbb

Displaying 2 results from an estimated 2 matches for "mainbb".

Did you mean: mainmbb
2016 Apr 27
2
[Sparc] builtin setjmp / longjmp - need help to get past last problem
...t] = restoreMBB <-- takes address of restoreMBB + // v_main = 0 + // + // sinkMBB: + // v = phi(main, restore) + + + const BasicBlock *BB = MBB->getBasicBlock(); + MachineFunction::iterator It = ++MBB->getIterator(); + MachineBasicBlock *thisMBB = MBB; + const BasicBlock* mainBB = BasicBlock::Create(BB->getContext(), "setjmp.main"); + MachineBasicBlock *mainMBB = MF->CreateMachineBasicBlock(mainBB); + mainMBB->setHasAddressTaken(); + const BasicBlock* sinkBB = BasicBlock::Create(BB->getContext(), "setjmp.sink"); + MachineBasicBlock *...
2009 Jun 30
2
[LLVMdev] JIT on Windows x64
Hi, I'm new to LLVM and have some questions about using the JIT on Windows x64. I am aware that this is currently broken but am attempting to use the hack/patch proposed in this bug http://llvm.org/bugs/show_bug.cgi?id=3739. I checked out the revision the patch was created for (66183) and applied it but the assembler generated seems to fail whenever it reaches a movaps insctruction.