search for: f1bb

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

Did you mean: f1b
2014 Mar 13
2
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...set2))) > + return cmpAPInt(Offset1, Offset2); > > I think you should put this under if (DL) { /* declare Offset1, Offset2, > etc. */ } > > 0008: > > + // TODO: Already checked in cmpOps > > Did you mean "cmpOperation"? > > - if (!enumerate(F1BB, F2BB) || !compare(F1BB, F2BB)) > + if (!enumerate(F1BB, F2BB) || compare(F1BB, F2BB) != 0) > > "compare" still returns "bool". I'm going to assume this was meant to go > in 0009. > > 0009: > > Looks fine. > > 0010: not reviewing this now. &g...
2014 Feb 27
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Nick, I tried to rework changes as you requested. One of patches (0004 with extra assertions) has been removed. > + bool isEquivalentType(Type *Ty1, Type *Ty2) const { > + return cmpType(Ty1, Ty2) == 0; > + } > > Why do we still need isEquivalentType? Can we nuke this? Yup. After applying all the patches isEquivalentType will be totally replaced with cmpType. All
2006 Sep 04
1
xen 3.0.2 doesn't boot, XenDomain0 crashed
Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 252 bytes Desc: OpenPGP digital signature Url : http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20060904/6ca2ff93/signature-0001.pgp