[llvm] [DSE] Defer alloca store elimination for CoroSplit (PR #133918)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 2 19:39:03 PDT 2025
================
@@ -0,0 +1,41 @@
+; Test that store-load operation that crosses suspension point will not be eliminated by DSE before CoroSplit
+; RUN: opt < %s -passes='dse,verify' -S | FileCheck %s
+
+define void @fn(ptr align 8 %0) presplitcoroutine {
----------------
NewSigma wrote:
Done
https://github.com/llvm/llvm-project/pull/133918
More information about the llvm-commits
mailing list