User:Realazthat/Projects wishlist/LLVM/Strategic optimizations: Difference between revisions

Content added Content deleted
mNo edit summary
No edit summary
Line 3: Line 3:
The only way I know of currently that a strategic optimization can take place is either by:
The only way I know of currently that a strategic optimization can take place is either by:
* Dead code elimination
* Dead code elimination
* Constant folding/evaluation
* [[wp:Superoptimization]]
* [[wp:Superoptimization]]
*: Combinations of instructions are tested for functional equivalence
*: Combinations of instructions are tested for functional equivalence