search for: isunpredicatedterminator

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

2007 Sep 29
0
[LLVMdev] Crash on accessing deleted MBBs (new backend)
I guess isUnpredicatedTerminator() and friends would just return false, but maybe there should be an assertion in an earlier pass that all instructions in the tail position of basic blocks really are terminators, or is that not required? // A On 9/29/07, Evan Cheng <evan.cheng at apple.com> wrote: > Yeah, that will caus...
2007 Sep 29
2
[LLVMdev] Crash on accessing deleted MBBs (new backend)
Yeah, that will cause problems. However, I expect an assertion somewhere. Any chance you can track down the exact problem? Thanks. Evan On Sep 28, 2007, at 1:37 PM, Andreas Fredriksson <deplinenoise at gmail.com> wrote: > Replying to my self here. It seems I was missing an isTerminator = 1 > on the branch instruction in question, so LLVM didn't know that the >
2011 May 06
0
[LLVMdev] Question about linking llvm-mc when porting a new backend
...~TargetInstrInfoImpl()in libLLVMCodeGen.a(TargetInstrInfoImpl.cpp.o) llvm::TargetInstrInfoImpl::~TargetInstrInfoImpl()in libLLVMCodeGen.a(TargetInstrInfoImpl.cpp.o) llvm::TargetInstrInfoImpl::~TargetInstrInfoImpl()in libLLVMEBCCodeGen.a(EBCInstrInfo.cpp.o) "llvm::TargetInstrInfo::isUnpredicatedTerminator(llvm::MachineInstr const*) const", referenced from: vtable for llvm::EBCInstrInfoin libLLVMEBCCodeGen.a(EBCTargetMachine.cpp.o) vtable for llvm::TargetInstrInfoImplin libLLVMCodeGen.a(TargetInstrInfoImpl.cpp.o) vtable for llvm::EBCInstrInfoin libLLVMEBCCodeGen.a(EBCInstrInfo....