[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:56 PDT 2025
================
@@ -25,6 +25,7 @@
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/ErrorHandling.h"
+#include "llvm/Support/ModRef.h"
----------------
paulwalker-arm wrote:
Does this header specifically need ModRef.h?
https://github.com/llvm/llvm-project/pull/148650
More information about the llvm-commits
mailing list