[llvm] [MemorySSA] Handle MemoryDef optimized away during cloning (PR #117883)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 4 06:28:46 PST 2024
================
@@ -276,7 +276,9 @@ class MemorySSAUpdater {
// representation for. No other cases are supported.
void cloneUsesAndDefs(BasicBlock *BB, BasicBlock *NewBB,
----------------
fhahn wrote:
Would probably b good to document the new argument?
https://github.com/llvm/llvm-project/pull/117883
More information about the llvm-commits
mailing list