[llvm] [MemorySSA] Handle MemoryDef optimized away during cloning (PR #117883)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 4 07:04:10 PST 2024
================
@@ -276,7 +276,9 @@ class MemorySSAUpdater {
// representation for. No other cases are supported.
void cloneUsesAndDefs(BasicBlock *BB, BasicBlock *NewBB,
----------------
nikic wrote:
Done. Also converted the whole comment into doxygen format.
https://github.com/llvm/llvm-project/pull/117883
More information about the llvm-commits
mailing list