UQ-PAC / BASIL

Apache License 2.0
8 stars 0 forks source link

ir-iterator: maintain fallthrough edges as part of `incomingCalls` set on blocks #156

Open ailrst opened 9 months ago

ailrst commented 9 months ago

Currently the set of predecessor nodes for a block only contains explicit jumps, it should also count call fallthrough edges.