Files
Mergen/scripts
yusufcanislek 37884febd1 fix: remove toolchain-dependent [ 512, pattern from calc_jumptable
The phi incoming value [ 512, depends on whether the compiler emits
all 10 switch cases in a form the lifter can recover. Different clang
versions on CI produce different code structures.

The 12-case semantic test validates all return values including 512
(2^9 for input 9), making this pattern check redundant.
2026-03-26 08:06:53 +03:00
..