Chia-Network / clvm_tools_rs_fork

Modern Chialisp compiler implemented in Rust
Apache License 2.0
3 stars 9 forks source link

20230827 cse fix undominated conditions #221

Closed prozacchiwawa closed 1 year ago

prozacchiwawa commented 1 year ago

Make sure to sort CSE applications by dominance so that we apply them in reverse order, otherwise we can try to do a replacement downstream of one we've already done and not be able to find the target.