[clang] [CIR] Upstream Re-Throw with no return (PR #154994)

Andy Kaylor via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 22 12:34:54 PDT 2025


================
@@ -405,17 +405,37 @@ void LoweringPreparePass::lowerArrayCtor(cir::ArrayCtor op) {
                              true);
 }
 
+void LoweringPreparePass::lowerThrowOp(ThrowOp op) {
----------------
andykaylor wrote:

Why does this happen here rather than in LowerToLLVM?

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


More information about the cfe-commits mailing list