[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:53:12 PDT 2018


Committed revision 332627.

Thanks Jeff!


On Thu, May 17, 2018 at 5:42 PM, Jeff Muizelaar <jmuizelaar at mozilla.com>
wrote:

>
> > On May 17, 2018, at 12:36 PM, Andrea Di Biagio <
> andrea.dibiagio at gmail.com> wrote:
> >
> > 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?
>
> I don’t have commit access. If you could commit it that would be great.
>
> I’ve attached a new patch that drops the redundant -x86-asm-syntax=intel.
>
> -Jeff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180517/58edc9fe/attachment.html>


More information about the llvm-commits mailing list