[llvm] [RFC][Draft] Extend MemoryEffects to Support Target-Specific Memory L… (PR #148650)

Antonio Frighetto via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 14 09:05:52 PDT 2025


================
@@ -701,10 +701,14 @@ lltok::Kind LLLexer::LexIdentifier() {
   KEYWORD(write);
   KEYWORD(readwrite);
   KEYWORD(argmem);
+  KEYWORD(fpmr);
+  KEYWORD(za);
----------------
antoniofrighetto wrote:

These should be aarch64_fpmr and aarch64_za, right?

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


More information about the llvm-commits mailing list