stage2 AArch64: lower cmp to binOp

This commit is contained in:
joachimschmidt557
2022-03-17 22:58:33 +01:00
parent 1c33ea2c35
commit 061d6699c0
4 changed files with 111 additions and 127 deletions

View File

@@ -33,6 +33,8 @@ test "optional pointer to size zero struct" {
}
test "equality compare optional pointers" {
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO
try testNullPtrsEql();
comptime try testNullPtrsEql();
}