Displaying 1 result from an estimated 1 matches for "or1200".
2015 Oct 15
3
what can cause a "CPU table is not sorted" assertion
...t Latency = 1;
let ResourceCycles =[1];
}
def : WriteRes<WriteBranch, [Slot0]> {
let Latency = 1;
let ResourceCycles =[1];
}
}
I've also changed OR1K.td to have
def : ProcessorModel<"generic", MyTargetModel, [FeatureDiv, FeatureMul]>;
def : ProcessorModel<"or1200", MyTargetModel, [FeatureDiv, FeatureMul]>;
No issues compiling the code. But when I run the following command I get
and assertion:
llc -mcpu=mytarget hello_world.compiled.ll -debug-only=misched
-mtriple=mytarget-unknown-linux-gnu
This
<https://github.com/openrisc/llvm-or1k/blob/mas...