[llvm] [MemCpyOpt] move SrcAlloca to the entry if transformation is performed (PR #67226)

Kohei Asano via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 23 09:24:24 PDT 2023


================
@@ -346,7 +365,6 @@ define void @avoid_memory_use_last_user_crash() {
   ret void
 }
 
-; TODO: if the last user is terminator, we won't insert lifetime.end.
----------------
khei4 wrote:

Sorry, this and L721 were residues for https://reviews.llvm.org/D155406.

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


More information about the llvm-commits mailing list