search for: willfix

Displaying 2 results from an estimated 2 matches for "willfix".

Did you mean: willcox
2008 May 09
0
[LLVMdev] [PATCH] Split LoopUnroll pass into mechanism and policy
...t constant that the trip count will always be a multiple of). I'll add that. > Eventually, it should be taught a few more operators than just Mul too, such > as Shl and And, but you don't need to worry about that now. Yeah, that would be useful. > And again >= instead of >. Willfix. > > --- include/llvm/Transforms/Utils/UnrollLoop.h (revision 0) > > +++ include/llvm/Transforms/Utils/UnrollLoop.h (revision 0) > > This file misses the comments that all LLVM headers have. Hmm, those slipped through :-) I'll add them. > +bool unrollLoop(Loop *L, unsi...
2008 May 09
3
[LLVMdev] [PATCH] Split LoopUnroll pass into mechanism and policy
Hello Matthijs, On May 9, 2008, at 3:47 AM, Matthijs Kooijman wrote: > Hi All, > > the attached patch performs the splitting in the proposed manner. > before applying the patch, please execute > svn cp lib/Transforms/Scalar/LoopUnroll.cpp lib/Transforms/Utils/ > UnrollLoop.cpp > to make the patch apply and preserve proper history. > > Transforms/Utils/UnrollLoop.cpp