Skip to content

Commit 9a59cff

Browse files
committed
llvm: Allow FastISel on mips again.
Closes #21215.
1 parent 166766d commit 9a59cff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/codegen/llvm.zig

+1-2
Original file line numberDiff line numberDiff line change
@@ -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,

0 commit comments

Comments
 (0)