Module remove_noop_landing_pads

Source

Structs§

RemoveNoopLandingPads 🔒
A pass that removes noop landing pads and replaces jumps to them with UnwindAction::Continue. This is important because otherwise LLVM generates terrible code for these.