[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:58:52 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:
This is used by tablegen.
The tests ModRefTest.cpp and intrinsic-attrs-fp8.td will have only the generic name.
Maybe it is not worth all the changes it will need
https://github.com/llvm/llvm-project/pull/148650
More information about the llvm-commits
mailing list