Displaying 2 results from an estimated 2 matches for "r848".
Did you mean:
848
2007 Mar 08
1
Re: [nut-commits] svn commit r848 - branches/tl_usb_fbsd/drivers
2007/3/8, Charles Lepple <clepple-guest@alioth.debian.org>:
> Author: clepple-guest
> Date: Thu Mar 8 04:15:51 2007
> New Revision: 848
>
> Modified:
> branches/tl_usb_fbsd/drivers/Makefile.am
> branches/tl_usb_fbsd/drivers/libhid-uhid.c
> Log:
> Work-in-progress... maybe I need to look at how the SHUT subdriver works.
> ...
simply use the same interface
2008 Jul 17
2
[LLVMdev] ComputeMaskedBits Bug
...ignment bug, I think I found a problem in
ComputeMaskedBits. But I am not very well versed in this area of LLVM and
need some more eyes. This is in the 2.3 release, though it looks like the
relevant pieces operate the same way in trunk.
I have the following add recurrence:
%r849 = select i1 %r848, i64 0, i64 %r847 ; <i64> [#uses=10]
%r862 = shl i64 %r849, 3 ; <i64> [#uses=3]
%"$SR_S112.0" = phi i64 [ %r862, %"file alignment.f, line 79, in reduction
loop at depth 0, bb64" ], [ %r1874, %"file alignment.f, line 79, in loop at
depth 1, bb77" ] ;...