search for: intf_ptr

Displaying 1 result from an estimated 1 matches for "intf_ptr".

Did you mean: int_ptr
2010 Oct 23
2
[LLVMdev] Cast failure in SelectionDAGBuilder
...16 %2 = bitcast i8* %1 to %"tart.reflect.Type[]"** store %"tart.reflect.Type[]"* %self, %"tart.reflect.Type[]"** %2, align 8, !dbg !48490 %3 = getelementptr inbounds i8* %new.i, i64 24 %4 = bitcast i8* %3 to i64* store i64 0, i64* %4, align 8, !dbg !48491 %intf_ptr = bitcast i8* %new.i to %7* ret %7* %intf_ptr, !dbg !48487 } OK, I'm looking at the crash in the debugger, and it looks like the NodeType (getValue(Alloca).getNode().getOpcode()) is value 41. According to what the debugger is telling me, that value corresponse to llvm::ISD::CopyFromReg. Whe...