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

via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 15 05:25:17 PDT 2025


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

Yes, they should. I will change that in the next patch.

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


More information about the llvm-commits mailing list