Remove SeekOp::EQ and encode eq_only in LE&GE - needed for iteration direction aware equality seeks

This commit is contained in:
Jussi Saurio 2025-06-05 10:56:47 +03:00
parent ae6a943e43
commit 2bac140d73
8 changed files with 150 additions and 78 deletions

View file

@ -809,6 +809,7 @@ pub fn insn_to_str(
start_reg,
num_regs,
target_pc,
..
}
| Insn::SeekLE {
is_index: _,
@ -816,6 +817,7 @@ pub fn insn_to_str(
start_reg,
num_regs,
target_pc,
..
}
| Insn::SeekLT {
is_index: _,