Displaying 1 result from an estimated 1 matches for "specialbreak".
2013 Apr 24
1
[LLVMdev] Backend : What am I missing here
Hi,
While working on adding newlib to my backend I hit the following assert :
Assertion failed: BestRC && "Couldn't find the register class", file
TargetRegisterInfo.cpp, line 112
The following llvm causes this :
define void @specialBreak(i8* %out) nounwind {
entry:
%out.addr = alloca i8*, align 4
store i8* %out, i8** %out.addr, align 4
%0 = load i8** %out.addr, align 4
%call = call signext i8 @cnv(i8* %0)
%1 = load i8** %out.addr, align 4
%arrayidx = getelementptr inbounds i8* %1, i32 0
store i8 %call, i8* %arrayidx,...