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
* Arm64: Add If conversion pass
* Minor review fixups
* Return a PhaseStatus
* Fix formatting
* Check for side effects on NOPs
* Add function block comments for the phase
* Remove creation of AND chains from if conversion pass
* Update middleBlock flow
* Check for order side effects
* Remove COLON_COND check
* Remove flag toggling
* Move the conditional assignment to the JTRUE block
* Fix formatting
* Allow conditions with side effects
* Fix formatting
* Correct all moved SSA statements
* Add size costing check
* Only move middle block ssa defs
* Fix formatting
* Fewer SSA assumptions
* Use implicit func for value numbering
* Update header for gtFoldExprConditional
* Cost based on speed
* Add Stress mode for inner loops
* Rework costings
* Check for invalid VNs
* Ignore compares against zero
* Ensure float compares are contained
* Allow if conversion of test compares
* Do not contain test compares within compare chains
* Add float versions of the JIT/opt/Compares tests
* Fix formatting
* Compare chains use CmpCompares, selects use Compares
* Fix flow checking for empty blocks
* Fix to contexts setting JitStdOutFile
* Fix attr and reg producing in select generation
0 commit comments