You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[JIT] - X64 - Peephole optimization to possibly skip emitting and reg, -1 (#80468)
* Optimize 'x & -1' to a cast
* Check for small type
* Update gentree.cpp
* Use peephole optimization instead as it catches more cases
* Simplify logic
* Fix comment. Added test case.
* Update IntAnd.cs
* Check for set flags
* Check explicitly for TYP_INT
0 commit comments