cmd/compile: mark NOT as an op that doesn't clobber flags on i386/AMD64
NOT does not affect any FLAGS register values on i386/AMD64 so we do not need to mark it as an Op that clobbers them. Change-Id: I6d99cad49cfa2568b01e58190256582b18fb3b7b Reviewed-on: https://go-review.googlesource.com/c/go/+/354831 Reviewed-by:Keith Randall <khr@golang.org> Run-TryBot: Keith Randall <khr@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Trust: Josh Bleecher Snyder <josharian@gmail.com>
Loading
Please sign in to comment