junparser added a comment.

@lxfind, Thank you!  And could you please add some testcases?



================
Comment at: llvm/lib/Transforms/Coroutines/CoroSplit.cpp:1286
+        continue;
+      if (CastInst) {
+        // If we have multiple cast instructions for the alloca, don't
----------------
It is possible to handle multiple cast instructions as long as they are only 
used by lifetime marker intrinsic. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82314/new/

https://reviews.llvm.org/D82314



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to