[llvm] [RFC] Extend MemoryEffects to Support Target-Specific Memory  L… (PR #148650)
    Rahul Joshi via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Jul 24 06:14:40 PDT 2025
    
    
  
================
@@ -202,6 +202,8 @@ enum Kind {
   kw_readwrite,
   kw_argmem,
   kw_inaccessiblemem,
+  kw_aarch64_fpmr,
----------------
jurahul wrote:
I'll let @nikic comment, but are we really planning to extend LLVM IR syntax with arch specific keywords? 
https://github.com/llvm/llvm-project/pull/148650
    
    
More information about the llvm-commits
mailing list