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 {
10711071 .thin => .ThinPreLink,
10721072 .full => .FullPreLink,
10731073 },
1074 // https://github.com/ziglang/zig/issues/21215
1075 .allow_fast_isel = !comp.root_mod.resolved_target.result.cpu.arch.isMIPS(),
1074 .allow_fast_isel = true,
10761075 .asm_filename = null,
10771076 .bin_filename = options.bin_path,
10781077 .llvm_ir_filename = options.post_ir_path,