]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove the NORconst op on mips{,64}
authorXiaolin Zhao <zhaoxiaolin@loongson.cn>
Tue, 13 Jan 2026 03:30:21 +0000 (11:30 +0800)
committerabner chenc <chenguoqi@loongson.cn>
Wed, 28 Jan 2026 14:17:40 +0000 (06:17 -0800)
commit514790c2b983a91ca48742aea9bc519d7caea6c4
tree0726befad7dc7492984002352cce52e226c95774
parenta0796d8af67e147f54e06952272745aa3410c291
cmd/compile: remove the NORconst op on mips{,64}

In the mips{,64} instruction sets and their extensions, there is no
NORI instruction.

Change-Id: If008442c792297d011b3d0c1e8501e62e32ab175
Reviewed-on: https://go-review.googlesource.com/c/go/+/735900
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: abner chenc <chenguoqi@loongson.cn>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/compile/internal/mips/ssa.go
src/cmd/compile/internal/mips64/ssa.go
src/cmd/compile/internal/ssa/_gen/MIPS.rules
src/cmd/compile/internal/ssa/_gen/MIPS64.rules
src/cmd/compile/internal/ssa/_gen/MIPS64Ops.go
src/cmd/compile/internal/ssa/_gen/MIPSOps.go
src/cmd/compile/internal/ssa/opGen.go
src/cmd/compile/internal/ssa/rewriteMIPS.go
src/cmd/compile/internal/ssa/rewriteMIPS64.go