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

James Y Knight via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 6 15:05:51 PST 2023


jyknight added a comment.

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.


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