authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-03-10 07:13:34+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-04-04 06:08:10+02:00
log9a59cff27f0989fe279ccb39ce0c1d572403d496
treecaae7d4060c4e3a83732a436fe5b05951723b504
parent166766d63def58c1fe8e7c9e30b2cdf183092dec
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

llvm: Allow FastISel on mips again.

Closes #21215.

1 files changed, 1 insertions(+), 2 deletions(-)

src/codegen/llvm.zig+1-2
...@@ -1071,8 +1071,7 @@ pub const Object = struct {...@@ -1071,8 +1071,7 @@ pub const Object = struct {
1071 .thin => .ThinPreLink,1071 .thin => .ThinPreLink,
1072 .full => .FullPreLink,1072 .full => .FullPreLink,
1073 },1073 },
1074 // https://github.com/ziglang/zig/issues/212151074 .allow_fast_isel = true,
1075 .allow_fast_isel = !comp.root_mod.resolved_target.result.cpu.arch.isMIPS(),
1076 .asm_filename = null,1075 .asm_filename = null,
1077 .bin_filename = options.bin_path,1076 .bin_filename = options.bin_path,
1078 .llvm_ir_filename = options.post_ir_path,1077 .llvm_ir_filename = options.post_ir_path,