]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove order canonicalization rules from mips
authorJosh Bleecher Snyder <josharian@gmail.com>
Tue, 4 Apr 2017 22:26:04 +0000 (15:26 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Tue, 4 Apr 2017 23:17:23 +0000 (23:17 +0000)
commitfc327a14c490db9d2e14c4c44ba8791dc54be02a
tree30d232110e078ea124346f019f6f184e49d73bab
parent6c5a819a5edd602236200627694215a1017aded2
cmd/compile: remove order canonicalization rules from mips

CL 38801 introduced automatic commutative rule generation.
Manual order canonicalization rules thus lead to infinite loops.

Fixes #19842

Change-Id: I877c476152f4d207fdc67bc6f3018265aa9bc5ac
Reviewed-on: https://go-review.googlesource.com/39533
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/ssa/gen/MIPS.rules
src/cmd/compile/internal/ssa/rewriteMIPS.go