Change information
Commit message:
go/{cfg,analysis/passes/{ctrlflow,buildssa}}: noreturn
This change exposes the hitherto internal APIs for querying
whether a function can never return, and for exploiting this
information during SSA CFG construction.
Fixes golang/go#76161Change-Id: Iabdaf49d68eb85928f59e207bf69c394d4a06842
Files:
- M go/analysis/passes/buildssa/buildssa.go
- M go/analysis/passes/ctrlflow/ctrlflow.go
- D go/analysis/passes/internal/ctrlflowinternal/ctrlflowinternal.go
- M go/cfg/cfg.go
- M go/ssa/create.go
- D internal/cfginternal/cfginternal.go
- D internal/ssainternal/ssainternal.go
Change size: M
Delta: 7 files changed, 23 insertions(+), 97 deletions(-)
Branch: refs/heads/master
Submit Requirements:
Code-Review: +2 by Madeline Kalil
TryBots-Pass: LUCI-TryBot-Result+1 by Go LUCI