Closed EgorBo closed 20 hours ago
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch See info in area-owners.md if you want to be subscribed.
PTAL @jakobbotsch @dotnet/jit-contrib PTAL, small diffs (mostly just a code cleanup)
Ignore format jit errors. Once https://github.com/zlib-ng/zlib-ng/pull/1810 is reviewed/merged, I'll port the patch.
This PR: 1) Simplifies
optVNConstantPropOnJTrue
2) Enables constant folding for relops with side-effects 3)optAssertionProp_RangeProperties
now forarray[idx] = 42;
tells thatarray.Length
is never negative and never zero.