[PATCH] llvm-mca: Add an example showing how to get Intel assembly syntax
Jeff Muizelaar via llvm-commits
llvm-commits at lists.llvm.org
Thu May 17 09:42:00 PDT 2018
> 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 --------------
A non-text attachment was scrubbed...
Name: patch
Type: application/octet-stream
Size: 1046 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180517/92962050/attachment.obj>
More information about the llvm-commits
mailing list