search for: eaba62e9

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

Did you mean: eab06e9
2014 Dec 08
3
[LLVMdev] Incorrect loop optimization when building the Linux kernel
...le lowering. It also provides no mechanism for iteration, because it is impossible to determine the ending point of the concatenated array after linking. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141208/eaba62e9/attachment.html>
2014 Dec 08
4
[LLVMdev] Incorrect loop optimization when building the Linux kernel
> It's difficult to say without a full example, but I'm very suspicious > of those global declarations. I think the compiler would be entirely > justified in assuming you could *never* get from __start_builtin_fw to > __end_builtin_fw, let alone on the first iteration: they're distinct > array objects and by definition (within C99) can't overlap. I think this should