• Giovanni Bajo's avatar
    cmd/compile: regenerate rewrite rules for amd64 · 8fea862f
    Giovanni Bajo authored
    Sometimes, multiple CLs being merged that create rules on the same
    opcodes can cause the generated file to differ compared to a new
    regeneration. This is caused by the fact that rulegen splits
    generated functions in chunks of 10 rules per function (to avoid
    creating functions that are too big). If two CLs add rules to
    the same function, they might cause a generated function to
    have more than 10 rules, even though each CL individually didn't
    pass this limit.
    
    Change-Id: Ib641396b7e9028f80ec8718746969d390a9fbba9
    Reviewed-on: https://go-review.googlesource.com/95795
    Run-TryBot: Giovanni Bajo <rasky@develer.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarDaniel Martí <mvdan@mvdan.cc>
    Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
    8fea862f
rewriteAMD64.go 1.03 MB
The source could not be displayed because it is larger than 1 MB. You can load it anyway or download it instead.