[llvm] [GVN] MemorySSA for GVN: eliminate redundant loads via MemorySSA (PR #152859)

Antonio Frighetto via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 27 06:03:07 PDT 2026


================
@@ -1280,7 +1286,7 @@ static const Instruction *findMayClobberedPtrAccess(LoadInst *Load,
 
 /// Try to locate the three instruction involved in a missed
 /// load-elimination case that is due to an intervening store.
-static void reportMayClobberedLoad(LoadInst *Load, MemDepResult DepInfo,
+static void reportMayClobberedLoad(LoadInst *Load, Instruction *DepInst,
----------------
antoniofrighetto wrote:

Done in 4326a54708ffe72a223c4fa831b5f4e6e10d8aa7.

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


More information about the llvm-commits mailing list