[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
Tue Mar 22 23:45:37 PDT 2022


xiangzhangllvm added a comment.

In D121785#3401608 <https://reviews.llvm.org/D121785#3401608>, @skan wrote:

> Added @jyknight as reviewer to let him know the sematic of modifier `P` is extended in this patch. The documentation of `P` was added in D10816 <https://reviews.llvm.org/D10816>.

This patch is in at 7 years ago (2015), I don't think the author remember so details. What's more, this is x86 only modifier and it is time to update it today (with finding so many defects in inline asm)


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

https://reviews.llvm.org/D121785



More information about the llvm-commits mailing list