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

Kan Shengchen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 22 20:42:54 PDT 2022


skan added inline comments.


================
Comment at: llvm/docs/LangRef.rst:5058-5060
+  used with explicit base reg and index reg as the mem offset. So It can not use
+  edditional regs to present the memory reference. (E.g. omit ``(rip)``, even
+  though it's PC-relative.)
----------------
It -> it,    edditional ->additional.

Print a memory reference or operand for use as the argument of a call instruction (E.g. omit ``(rip)``, even though it's PC-relative) or a memory reference with explict base reg and index reg. 


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

https://reviews.llvm.org/D121785



More information about the llvm-commits mailing list