• Matthew Dempsky's avatar
    cmd/compile: refactor constant rewriting · 0250ef91
    Matthew Dempsky authored
    Extract all rewrite-to-OLITERAL expressions to use a single setconst
    helper function.
    
    Does not pass toolstash-check for two reasons:
    
    1) We now consistently clear Left/Right/etc when rewriting Nodes into
    OLITERALs, which results in their inlining complexity being correctly
    computed. So more functions can now be inlined.
    
    2) We preserve Pos, so PC line tables change somewhat.
    
    Change-Id: I2b5c293bee7c69c2ccd704677f5aba4ec40e3155
    Reviewed-on: https://go-review.googlesource.com/103860
    Run-TryBot: Matthew Dempsky <mdempsky@google.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarDaniel Martí <mvdan@mvdan.cc>
    0250ef91
Name
Last commit
Last update
..
amd64 Loading commit data...
arm Loading commit data...
arm64 Loading commit data...
gc Loading commit data...
mips Loading commit data...
mips64 Loading commit data...
ppc64 Loading commit data...
s390x Loading commit data...
ssa Loading commit data...
syntax Loading commit data...
test Loading commit data...
types Loading commit data...
x86 Loading commit data...