Closed
Description
Please answer these questions before submitting your issue. Thanks!
- What version of Go are you using (
go version
)?
master ssa branch - What operating system and processor architecture are you using (
go env
)?
ppc64le Ubuntu - What did you do?
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.
Initial implementation of SSA for GOARCH ppc64le, possibly ppc64 - What did you expect to see?
Correct implementation of ssa on ppc64le as a basis for future ongoing optimizations. - What did you see instead?
Work in progress....