[PATCH] D87596: [Coroutines] Reuse storage for local variables with non-overlapping lifetimes

Xun Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 22 08:47:15 PDT 2020


lxfind added inline comments.


================
Comment at: llvm/lib/Transforms/Coroutines/Coroutines.cpp:62
+  default:
+    llvm_unreachable("Invalid optimization level!");
+  }
----------------
So what happens if the compiler is passed with "-Os" or "-Oz"?


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

https://reviews.llvm.org/D87596



More information about the llvm-commits mailing list