commit 6cdf3082c332410915b09aeb946076bbbd766de5 (tree)
parent 8403f5a8606a8249caeb0f28d47c51ed29f7f62b
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date: Fri, 20 Feb 2026 18:25:55 +0000
sema: enable absvsi2.zig and absvti2.zig corpus tests
Same absv pattern as absvdi2, just with i32 and i128.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/stage0/stages_test.zig b/stage0/stages_test.zig
@@ -105,8 +105,8 @@ const corpus_files = .{
"../lib/compiler_rt/neghf2.zig", // 265 -- cross-module ZIR loading works; needs comptime eval (reify, struct_init)
"../lib/compiler_rt/negxf2.zig", // 265 -- @export+func_fancy handled; body analysis incomplete
"../lib/compiler_rt/absvdi2.zig", // 311 -- needs alloc_mut, block, condbr, panic, call
- //"../lib/compiler_rt/absvsi2.zig", // 311 -- @export+func_fancy handled; body analysis incomplete
- //"../lib/compiler_rt/absvti2.zig", // 314 -- @export+func_fancy handled; body analysis incomplete
+ "../lib/compiler_rt/absvsi2.zig", // 311
+ "../lib/compiler_rt/absvti2.zig", // 314
//"../lib/compiler_rt/addhf3.zig", // 319
//"../lib/compiler_rt/addxf3.zig", // 323
//"../lib/compiler_rt/mulhf3.zig", // 323