[PATCH] llvm-mca: Add an example showing how to get Intel assembly syntax

Andrea Di Biagio via llvm-commits llvm-commits at lists.llvm.org
Thu May 17 09:36:49 PDT 2018


Thanks Jeff for the patch.

It looks good to me.
As a side note: to get the intel syntax, you only need to pass flag
`-x86-asm-syntax=intel` to clang.
That is because llvm-mca automatically sets the output assembly syntax to
the syntax used for the input assembly.

Do you have commit access?
If you don't, then I can commit it for you.

Cheers,
-Andrea

2018-05-17 17:01 GMT+01:00 Jeff Muizelaar via llvm-commits <
llvm-commits at lists.llvm.org>:

> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180517/0e2eca89/attachment.html>


More information about the llvm-commits mailing list