[llvm] [NFC][LLVM] Namespace cleanup in DeadStoreElimination (PR #163303)

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 14 13:06:42 PDT 2025


================
@@ -828,7 +828,7 @@ bool isNoopIntrinsic(Instruction *I) {
 }
 
 // Check if we can ignore \p D for DSE.
-bool canSkipDef(MemoryDef *D, bool DefVisibleToCaller) {
+static bool canSkipDef(MemoryDef *D, bool DefVisibleToCaller) {
----------------
shiltian wrote:

Aha, good to know the new restrictions.

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


More information about the llvm-commits mailing list