[llvm] [GVN] MemorySSA for GVN: embed the memory state in symbolic expressions (PR #123218)
    Yingwei Zheng via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Feb  5 18:53:50 PST 2025
    
    
  
================
@@ -476,6 +476,27 @@ void GVNPass::ValueTable::add(Value *V, uint32_t num) {
     NumberingPhi[num] = PN;
 }
 
+// Include the incoming memory state into the hash of the expression for the
----------------
dtcxzyw wrote:
Use `///` for header comments.
https://github.com/llvm/llvm-project/pull/123218
    
    
More information about the llvm-commits
mailing list