[llvm] [clang] [X86] Add "Ws" constraint and "p" modifier for symbolic address/label reference (PR #77886)
    Phoebe Wang via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Jan 12 00:39:00 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:
What's the reason to choose `Ws`?
https://github.com/llvm/llvm-project/pull/77886
    
    
More information about the llvm-commits
mailing list