[llvm] [FunctionSpecializer] Keep the blocks in dead functions and remove the callsites of dead function properly. (PR #154668)

via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 26 09:58:50 PDT 2025


XChy wrote:

> (not immediately clear to me why, `i32 undef` when querying the known constant), thus `%unreachable_call` gets executable again.

Is it because the specialized callee will not return?

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


More information about the llvm-commits mailing list