search for: 8c0c364b

Displaying 2 results from an estimated 2 matches for "8c0c364b".

2010 Aug 11
0
[LLVMdev] PR5373
...patch attached. Can anyone test it? Regards -- Jakub Staszak -------------- next part -------------- A non-text attachment was scrubbed... Name: pr5373.patch Type: application/octet-stream Size: 5846 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100811/8c0c364b/attachment.obj> -------------- next part -------------- On Aug 6, 2010, at 2:59 PM, Jakub Staszak wrote: > > On Aug 6, 2010, at 11:47 AM, Dale Johannesen wrote: > >> The last bit here >> >> + if (LoopExitBB) { >> + // It is possible that for bot...
2010 Aug 06
2
[LLVMdev] PR5373
On Aug 6, 2010, at 11:47 AM, Dale Johannesen wrote: > The last bit here > > + if (LoopExitBB) { > + // It is possible that for both successors isTrivialLoopExitBlock() > + // returns different exit blocks. It means that the loop isn't trivial, > + // just quit then. > + if (LoopExitBB != LoopExitBB2) > + return false; > +