[clang] [llvm] [X86] Accept 'a' modifier for 'p' constraint in inline asm (PR #185590)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 10 00:58:54 PDT 2026


================

----------------
MaskRay wrote:

`i` and `r` constraints use `PrintAsmOperand` instead of `PrintAsmMemoryOperand`. This patch only changes `PrintAsmMemoryOperand`, so `i` and `r` constraints are still allowed.

https://github.com/llvm/llvm-project/pull/185590


More information about the cfe-commits mailing list