[clang-tools-extra] [libcxx] [clang] [flang] [lldb] [llvm] [mlir] [X86] Add "Ws" constraint and "p" modifier for symbolic address/label reference (PR #77886)

Phoebe Wang via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 12 16:51:58 PST 2024


================
@@ -5336,6 +5336,7 @@ X86:
   operand in a SSE register. If AVX is also enabled, can also be a 256-bit
   vector operand in an AVX register. If AVX-512 is also enabled, can also be a
   512-bit vector operand in an AVX512 register. Otherwise, an error.
+- ``Ws``: A symbolic reference or label reference.
----------------
phoebewang wrote:

Got it, thanks for the link! Do we support the pointer offset like GCC `&var + 1`?

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


More information about the cfe-commits mailing list