[llvm] [Inliner] Fix assertion failure in BlockAddress::get during inlining (PR #176044)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 18 13:05:47 PST 2026


================
@@ -0,0 +1,23 @@
+; RUN: opt -S -passes=always-inline %s | FileCheck %s
+
+; Ensure that a function with a blockaddress usage is NOT inlined.
----------------
nikic wrote:

Oh, I see. Yeah, that's a different issue then.

The inliner change itself still makes sense.

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


More information about the llvm-commits mailing list