[PATCH] D115225: [X86][MS-InlineAsm] Make the constraint *m to be simple place holder

Kan Shengchen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 9 03:16:47 PST 2021


skan added inline comments.


================
Comment at: clang/test/CodeGen/ms-inline-asm-functions.c:42
   __asm mov eax, k;
-  // CHECK: movl    _k, %eax
+  // CHECK: movl    k, %eax
   __asm mov eax, kptr;
----------------
This change is strange here. Others looks good to me.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115225/new/

https://reviews.llvm.org/D115225



More information about the llvm-commits mailing list