solidity/test/libyul/yulOptimizerTests
2019-05-28 12:54:32 +02:00
..
blockFlattener Format short blocks and loops on a single line. 2019-05-08 13:28:00 +02:00
commonSubexpressionEliminator Format short blocks and loops on a single line. 2019-05-08 13:28:00 +02:00
controlFlowSimplifier Tests. 2019-05-13 18:58:55 +02:00
deadCodeEliminator Format short blocks and loops on a single line. 2019-05-08 13:28:00 +02:00
disambiguator Format short blocks and loops on a single line. 2019-05-08 13:28:00 +02:00
equivalentFunctionCombiner Format short blocks and loops on a single line. 2019-05-08 13:28:00 +02:00
expressionInliner Format short blocks and loops on a single line. 2019-05-08 13:28:00 +02:00
expressionJoiner Format short blocks and loops on a single line. 2019-05-08 13:28:00 +02:00
expressionSimplifier Optimizer rules that combine shifts and masks. 2019-05-15 20:30:53 +02:00
expressionSplitter Format short blocks and loops on a single line. 2019-05-08 13:28:00 +02:00
forLoopConditionIntoBody Add tests for ForLoopConditionIntoBody 2019-05-22 21:51:03 +08:00
forLoopInitRewriter Format short blocks and loops on a single line. 2019-05-08 13:28:00 +02:00
fullInliner Do not inline recursive functions. 2019-05-22 18:15:21 +02:00
fullSimplify Update tests. 2019-05-16 12:30:05 +02:00
fullSuite Format short blocks and loops on a single line. 2019-05-08 13:28:00 +02:00
functionGrouper Format short blocks and loops on a single line. 2019-05-08 13:28:00 +02:00
functionHoister Format short blocks and loops on a single line. 2019-05-08 13:28:00 +02:00
mainFunction Format short blocks and loops on a single line. 2019-05-08 13:28:00 +02:00
redundantAssignEliminator Format short blocks and loops on a single line. 2019-05-08 13:28:00 +02:00
rematerialiser Format short blocks and loops on a single line. 2019-05-08 13:28:00 +02:00
splitJoin Format short blocks and loops on a single line. 2019-05-08 13:28:00 +02:00
ssaAndBack Update tests. 2019-05-16 12:30:05 +02:00
ssaPlusCleanup Format short blocks and loops on a single line. 2019-05-08 13:28:00 +02:00
ssaReverser Format short blocks and loops on a single line. 2019-05-08 13:28:00 +02:00
ssaTransform Format short blocks and loops on a single line. 2019-05-08 13:28:00 +02:00
stackCompressor Format short blocks and loops on a single line. 2019-05-08 13:28:00 +02:00
structuralSimplifier Really split structural simplifier. 2019-05-13 10:26:57 +02:00
unusedPruner Allow msize optimization only if it is not present. 2019-05-28 12:54:32 +02:00
varDeclInitializer Format short blocks and loops on a single line. 2019-05-08 13:28:00 +02:00
varNameCleaner Format short blocks and loops on a single line. 2019-05-08 13:28:00 +02:00
wordSizeTransform Test. 2019-05-09 17:36:40 +02:00