[llvm-commits] Flag to print vectorized loops

Nadav Rotem nrotem at apple.com
Mon Nov 26 18:00:37 PST 2012


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 might be a good choice),

YAML is a great way to serialize these messages, and pass them to IDEs, etc.  But I think that we should start discussing the interfaces. 

> and should probably directly take a Value *, BasicBlock *, Function *, etc. so that the frontend can do the appropriate mapping for the user.
> 

+1 


Thanks,
Nadav
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121126/d311b6aa/attachment.html>


More information about the llvm-commits mailing list