search for: t88

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

Did you mean: 88
2017 Feb 28
2
rL296252 Made large integer operation codegen significantly worse.
I see we're missing an isel pattern for add producing carry and doing a memory RMW. I'm going to see if adding that helps anything. ~Craig On Mon, Feb 27, 2017 at 8:47 PM, Nirav Davé via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Yes. I'm seeing that as well. Not clear what's going on. > > In any case it looks to be unrelated to the alias analysis so barring
2017 Oct 13
2
[SelectionDAG] Assertion due to MachineMemOperand flags difference.
...> t73, t80, undef:i64 t82: i64,ch = load<LD8[FixedStack1+32]> t73, t31, undef:i64 t84: i64 = add FrameIndex:i64<1>, Constant:i64<40> t85: i64,ch = load<LD8[FixedStack1+40]> t73, t84, undef:i64 t86: i64,ch = load<LD8[FixedStack1+48]> t73, t36, undef:i64 t88: i64 = add FrameIndex:i64<1>, Constant:i64<56> t89: i64,ch = load<LD8[FixedStack1+56]> t73, t88, undef:i64 t90: ch = TokenFactor t74:1, t77:1, t78:1, t81:1, t82:1, t85:1, t86:1, t89:1 t91: ch,glue = CopyToReg t90, Register:i64 %X3, t74 t93: ch,glue = CopyToReg t91, Regis...
2006 May 10
1
Floating Point Exception
I have a Fedora Core server running: Fedora Core release 4 (Stentz) kernel version: 2.6.15-1.1833_FC4smp ( I have also tried kernel version: 2.6.16-1.2108_FC4smp) I compiled the ocfs2 and ocfs2-tools using the following steps: # MODULES: tar zxvpf ocfs2-1.2.1.tar.gz cd ocfs2-1.2.1 ./configure make make install # TOOLS: tar zxf ocfs2-tools-1.2.1.tar.gz cd ocfs2-tools-1.2.1 ./configure