commit 9a59cff27f0989fe279ccb39ce0c1d572403d496 (tree)
parent 166766d63def58c1fe8e7c9e30b2cdf183092dec
Author: Alex Rønne Petersen <alex@alexrp.com>
Date: Mon, 10 Mar 2025 07:13:34 +0100
llvm: Allow FastISel on mips again.
Closes #21215.
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/codegen/llvm.zig b/src/codegen/llvm.zig
@@ -1071,8 +1071,7 @@ pub const Object = struct {
.thin => .ThinPreLink,
.full => .FullPreLink,
},
- // https://github.com/ziglang/zig/issues/21215
- .allow_fast_isel = !comp.root_mod.resolved_target.result.cpu.arch.isMIPS(),
+ .allow_fast_isel = true,
.asm_filename = null,
.bin_filename = options.bin_path,
.llvm_ir_filename = options.post_ir_path,