search for: addriani

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

Did you mean: addriany
2012 Sep 26
0
[LLVMdev] Folding nodes with more than one use during ISel
I'm working on a backend for the Freescale CPU12 family as a hobby project and I'm having difficulty getting the instruction selection pass to handle the indirect indexed addressing modes. I'd really appreciate advice on how best to handle them. The following llvm instructions: %arrayidx = getelementptr inbounds i8** %p, i16 3 %0 = load i8** %arrayidx, align 2, !tbaa !0 %1 =