[PATCH] D121785: The [3/3] Fix mangle problem when variable used in inline asm (Support ARR[BaseReg+IndexReg+..] in PIC model)

Xiang Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 23 18:42:07 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG95664050201d: [Inline asm] Fix mangle problem when variable used in inline asm. (authored by xiangzhangllvm).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121785

Files:
  llvm/docs/LangRef.rst
  llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
  llvm/lib/Target/X86/X86AsmPrinter.cpp
  llvm/test/CodeGen/X86/ms-inline-asm-variables-x64-1-reg.ll
  llvm/test/CodeGen/X86/ms-inline-asm-variables-x64-2-regs.ll
  llvm/test/CodeGen/X86/ms-inline-asm-variables-x64-nopic.ll
  llvm/test/CodeGen/X86/ms-inline-asm-variables-x86-1-reg.ll
  llvm/test/CodeGen/X86/ms-inline-asm-variables-x86-2-regs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121785.417808.patch
Type: text/x-patch
Size: 27378 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220324/400667fa/attachment-0001.bin>


More information about the llvm-commits mailing list