Archived
1
0
Fork 0
forked from Mirror/Ryujinx
This repository has been archived on 2024-10-11. You can view files and clone it, but cannot push or open issues or pull requests.
jinx/ARMeilleure/CodeGen/Optimizations
FICTURE7 f60033e0aa
Implement block placement (#1549)
* Implement block placement

Implement a simple pass which re-orders cold blocks at the end of the
list of blocks in the CFG.

* Set PPTC version

* Use Array.Resize

Address gdkchan's feedback
2020-09-19 20:00:24 -03:00
..
BlockPlacement.cs Implement block placement (#1549) 2020-09-19 20:00:24 -03:00
ConstantFolding.cs Fix folding of ConvertI64ToI32 imm64 (#1383) 2020-07-13 19:10:33 +10:00
Optimizer.cs Improve branch operations (#1442) 2020-08-05 08:52:33 +10:00
Simplification.cs Optimize %x ^ %x = 0 (#1094) 2020-04-09 09:36:19 +10:00