[PATCH] D145416: [clang] model 'p' inline asm constraint as reading memory

Nick Desaulniers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 6 15:07:09 PST 2023


nickdesaulniers added a comment.

In D145416#4173250 <https://reviews.llvm.org/D145416#4173250>, @jyknight wrote:

> It looks to me from GCC that constraint 'p' is intended to be used internally, not for inline-asm. I question whether the kernel should be using it, and whether we should even implement it at all.

`p` is a documented "simple constraint": https://gcc.gnu.org/onlinedocs/gcc/Simple-Constraints.html#Simple-Constraints


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145416



More information about the cfe-commits mailing list