[llvm] Extend MemoryEffects to Support Target-Specific Memory Locations (PR #148650)

Paul Walker via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 24 07:16:59 PDT 2025


================
@@ -2513,19 +2532,6 @@ bool LLParser::parseAllocKind(AllocFnKind &Kind) {
   return false;
 }
 
-static std::optional<MemoryEffects::Location> keywordToLoc(lltok::Kind Tok) {
-  switch (Tok) {
----------------
paulwalker-arm wrote:

What's the reason for moving the function?

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


More information about the llvm-commits mailing list