[clang] [CIR] Upstream Re-Throw with no return (PR #154994)
Amr Hesham via cfe-commits
cfe-commits at lists.llvm.org
Sat Aug 23 01:17:01 PDT 2025
================
@@ -405,17 +405,37 @@ void LoweringPreparePass::lowerArrayCtor(cir::ArrayCtor op) {
true);
}
+void LoweringPreparePass::lowerThrowOp(ThrowOp op) {
----------------
AmrDeveloper wrote:
I moved it, it was confusing that rethrow is in LP but throw in LowerToLLVM 🤔
https://github.com/llvm/llvm-project/pull/154994
More information about the cfe-commits
mailing list