search for: 3c616564

Displaying 2 results from an estimated 2 matches for "3c616564".

Did you mean: 0.616564
2012 Nov 27
0
[LLVMdev] [llvm-commits] Flag to print vectorized loops
...t likes. In this case, I agree that clang "Notes" or some new "informational" diagnostic is probably the right way to go. -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121126/3c616564/attachment.html>
2012 Nov 27
2
[LLVMdev] [llvm-commits] Flag to print vectorized loops
On Nov 26, 2012, at 3:46 PM, Hal Finkel <hfinkel at anl.gov> wrote: > > In my opinion, what we really need is an interface that the frontend can use to get information from the backend optimizers. Then the frontend can display this information to users in an appropriate way. I agree. > Furthermore, this information should be structured (we already have a YAML parser, so that