[llvm] [RFC] Extend MemoryEffects to Support Target-Specific Memory Locations (PR #148650)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 21 07:35:51 PDT 2025
================
@@ -49,6 +49,15 @@ raw_ostream &llvm::operator<<(raw_ostream &OS, MemoryEffects ME) {
case IRMemLocation::Other:
OS << "Other: ";
break;
+ default: {
+ InaccessibleTargetMemLocation TargetLoc =
----------------
CarolineConcatto wrote:
I need to change this as well, but it may need more changes.
https://github.com/llvm/llvm-project/pull/148650
More information about the llvm-commits
mailing list