[llvm] [RFC] Extend MemoryEffects to Support Target-Specific Memory Locations (PR #148650)
Paul Walker via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 1 05:05:08 PDT 2025
================
@@ -202,6 +202,8 @@ enum Kind {
kw_readwrite,
kw_argmem,
kw_inaccessiblemem,
+ kw_aarch64_fpmr,
----------------
paulwalker-arm wrote:
Is this new? There are many examples mainly linked to calling conventions are function/argument attributes.
https://github.com/llvm/llvm-project/pull/148650
More information about the llvm-commits
mailing list