Graph switch ignored

Graph switch ignored

tjmor's picture

Thanks for this tool, it's amazingly useful for optimizing SIMD routines. The -graph switch seems to be ignored in my version (2.0/win32), maybe an oversight?

5 posts / 0 new
Last post
For more complete information about compiler optimizations, see our Optimization Notice.
Patrick Konsor (Intel)'s picture

Are you specifying a graph output file, such as: -graph iaca-graph.dot This will produce the iaca-graph.dot file, which can be opened with graphviz.

ganacim's picture

I'm having the same problem. The command:iaca.exe -analysis LATENCY -graph graph.dot prog.exe , does not create the graph file.I'm running iaca-win32 on windows 7.

Patrick Konsor (Intel)'s picture

I've replicated this issue and will post an updated build (2.0.1) shortly. Note: The .dot extension will now automatically be appended to the specified graph output file.

Patrick Konsor (Intel)'s picture

Intel Architecture Code Analyzer v2.0.1 resolves this issue and should be available now (or momentarily).

Login to leave a comment.