golang/go

cmd/compile/internal/ssa: "panic during regalloc" on linux/ppc64*

Open

#52,924 opened on May 16, 2022

View on GitHub
 (15 comments) (0 reactions) (0 assignees)Go (19,008 forks)batch import
NeedsInvestigationarch-ppc64xcompiler/runtimehelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

#!watchflakes
post <- goarch ~ `ppc64.*` && log ~ `panic during regalloc` && log ~ `^\s*cmd/compile/internal/ssa`

greplogs -l -e '(?ms)panic during regalloc .*cmd/compile/internal/ssa\.\(\*sparseSet\)\.add' 2022-05-13T21:33:25-4170084/linux-ppc64le-power9osu

(attn @randall77 @dr2chase @cherrymui; CC @golang/ppc64)

Contributor guide