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

Paul Walker llvmlistbot at llvm.org
Fri Oct 24 06:43:51 PDT 2025


================
@@ -630,6 +630,7 @@ std::string Attribute::getAsString(bool InAttrGrp) const {
     // Print access kind for "other" as the default access kind. This way it
     // will apply to any new location kinds that get split out of "other".
     ModRefInfo OtherMR = ME.getModRef(IRMemLocation::Other);
+    ModRefInfo InaccessibleMemMR = ME.getModRef(IRMemLocation::InaccessibleMem);
----------------
paulwalker-arm wrote:

This change is no longer necessary.

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


More information about the Mlir-commits mailing list