summaryrefslogtreecommitdiff
path: root/test/mergemul.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: combine x*n - y*n into (x-y)*nCholerae Hu2017-09-031-6/+42
* cmd/compile: combine x*n + y*n into (x+y)*nAlberto Donizetti2017-08-161-0/+81