The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
BSD 3-Clause "New" or "Revised" License
10.29k
stars
1.59k
forks
source link
Simplify branch conditions based on ranges & simplify control flow afterwards if condition turns out to be constant #56096
Open
mkustermann opened 5 months ago
This
currently generates this code
This can be optimized, e.g. the following branch can be eliminated:
/cc @mraleph