]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/ssa: increase the bit width of BlockKind type
authorXiaodong Liu <liuxiaodong@loongson.cn>
Wed, 24 Nov 2021 09:53:07 +0000 (17:53 +0800)
committerGopher Robot <gobot@golang.org>
Wed, 11 May 2022 23:20:01 +0000 (23:20 +0000)
commit83ee6c1d167a361b510e9bb449e4183e2fb583b1
treee5ffb6f0b952dce05219d014282e811a1c946c42
parent6e03de7b83426fa2f598c428a19db707a845bf7e
cmd/compile/internal/ssa: increase the bit width of BlockKind type

After the BlockKind of loong64 is introduced, it exceeds the maximum
range that int8 can represent.

Contributors to the loong64 port are:
  Weining Lu <luweining@loongson.cn>
  Lei Wang <wanglei@loongson.cn>
  Lingqin Gong <gonglingqin@loongson.cn>
  Xiaolin Zhao <zhaoxiaolin@loongson.cn>
  Meidan Li <limeidan@loongson.cn>
  Xiaojuan Zhai <zhaixiaojuan@loongson.cn>
  Qiyuan Pu <puqiyuan@loongson.cn>
  Guoqi Chen <chenguoqi@loongson.cn>

This port has been updated to Go 1.15.6:
  https://github.com/loongson/go

Updates #46229

Change-Id: I246d9c22334d0ea9e1440d29df05c9ec2d472b30
Reviewed-on: https://go-review.googlesource.com/c/go/+/367038
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: David Chase <drchase@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/compile/internal/ssa/block.go