]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: Install testcases for flag constant Ops
authorXiangdong Ji <xiangdong.ji@arm.com>
Thu, 18 Jun 2020 03:36:12 +0000 (03:36 +0000)
committerCherry Zhang <cherryyz@google.com>
Fri, 28 Aug 2020 16:40:32 +0000 (16:40 +0000)
commit55cf84b0778c382967b46f3f2ffd402fba005a26
treec197eaa970fef8a8050541bd7809101c24da4c4f
parent5d0b35ca98f57b378e8b45839721d60c06603af2
cmd/compile: Install testcases for flag constant Ops

Flag constant Ops on arm and arm64 are under refactoring, this change adds
a couple of testcases that verify the behavior of 'noov' branches.

Updates #39505
Updates #38740
Updates #39303
Change-Id: I493344b52276900cd296c32da494d72932dfc9be
Reviewed-on: https://go-review.googlesource.com/c/go/+/238677
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
test/fixedbugs/issue39505.go [new file with mode: 0644]
test/fixedbugs/issue39505b.go [new file with mode: 0644]