Skip to content

Commit 0b3a1e3

Browse files
committed
update_cpu_features: bump branch quota for amdgcn
/lib/std/Target/amdgcn.zig:1656:5: error: evaluation exceeded 1000 backwards branches for (&result, 0..) |*elem, i| { ^~~
1 parent 4311a91 commit 0b3a1e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/update_cpu_features.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,7 @@ const targets = [_]ArchTarget{
399399
.name = "AMDGPU",
400400
.td_name = "AMDGPU",
401401
},
402+
.branch_quota = 2000,
402403
.feature_overrides = &.{
403404
.{
404405
.llvm_name = "DumpCode",

0 commit comments

Comments
 (0)