Unreviewed changes
3 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: src/cmd/compile/internal/loong64/ssa.go
Insertions: 1, Deletions: 1.
@@ -598,7 +598,7 @@
// BNE flagReg, lsxInit
// genericLoop:
// for off = 0; off < loopSize; off += 8 {
- // zero8(s, ptrReg, -off)
+ // zero8(s, ptrReg, off)
// }
// ADDV $loopSize, ptrReg
// BNE endReg, ptrReg, genericLoop
```
Change information
Commit message:
cmd/compile: simplify the implementation of LoweredZeroLoop on loong64
Removes 6484 instructions from the go binary on loong64.
before after delta
asm 561517 561225 -292
cgo 480929 480493 -436
compile 2887121 2886277 -844
cover 530429 530125 -304
fix 851649 851093 -556
link 728361 727813 -548
preprofile 240713 240545 -168
vet 824869 824297 -572
go 1638645 1636053 -2592
gofmt 320213 320041 -172
Change-Id: I15da6e94a4166aed03373657fa4785063aa32f35
Files:
- M src/cmd/compile/internal/loong64/ssa.go
Change size: M
Delta: 1 file changed, 37 insertions(+), 47 deletions(-)
Branch: refs/heads/master
Submit Requirements:
Code-Review: +2 by Meidan Li, +2 by Keith Randall, +1 by Carlos Amedee, +1 by Keith Randall
TryBots-Pass: LUCI-TryBot-Result+1 by Go LUCI