[llvm] [SROA] Optimize reloaded values in allocas that escape into readonly nocapture calls. (PR #116645)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 2 08:58:48 PST 2024
================
@@ -43,6 +43,7 @@
#include "llvm/Analysis/GlobalsModRef.h"
#include "llvm/Analysis/Loads.h"
#include "llvm/Analysis/PtrUseVisitor.h"
+#include "llvm/Analysis/ValueTracking.h"
----------------
davemgreen wrote:
Apparently its for `isAssumeLikeIntrinsic`.
https://github.com/llvm/llvm-project/pull/116645
More information about the llvm-commits
mailing list