[llvm-branch-commits] [WebAssembly] Refactor WebAssemblyExceptionInfo into Wrapper Pass (PR #210245)

Aiden Grossman via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jul 16 22:58:53 PDT 2026


https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/210245

This is to match the standard style adopted by generic CodeGen analyses
like MachineBlockFrequencyInfo. This makes WebAssemblyExceptionInfo its
own class that we then get through the wrapper pass.

The primary aim of this patch is to add enough modularity such that we
can also provide this analysis through the NewPM in a follow up patch.





More information about the llvm-branch-commits mailing list