We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d44749b commit abeeef1Copy full SHA for abeeef1
src/cmd/compile/internal/test/mulconst_test.go
@@ -143,7 +143,7 @@ func BenchmarkMulconstI32(b *testing.B) {
143
}
144
mulSinkI32 = x
145
})
146
- // -120x = 8x - 120x
+ // -120x = 8x - 128x
147
b.Run("-120", func(b *testing.B) {
148
x := int32(1)
149
for i := 0; i < b.N; i++ {
@@ -202,7 +202,7 @@ func BenchmarkMulconstI64(b *testing.B) {
202
203
mulSinkI64 = x
204
205
206
207
x := int64(1)
208
0 commit comments