@@ -16,14 +16,14 @@ DELTA_PASS_IR("function-bodies", reduceFunctionBodiesDeltaPass, "Reducing Functi
1616DELTA_PASS_IR(" special-globals" , reduceSpecialGlobalsDeltaPass, " Reducing Special Globals" )
1717DELTA_PASS_IR(" aliases" , reduceAliasesDeltaPass, " Reducing Aliases" )
1818DELTA_PASS_IR(" ifuncs" , reduceIFuncsDeltaPass, " Reducing Ifuncs" )
19- DELTA_PASS_IR(" simplify-conditionals-true" , reduceConditionalsTrueDeltaPass," Reducing conditional branches to true" )
19+ DELTA_PASS_IR(" simplify-conditionals-true" , reduceConditionalsTrueDeltaPass, " Reducing conditional branches to true" )
2020DELTA_PASS_IR(" simplify-conditionals-false" ,
21- reduceConditionalsFalseDeltaPass," Reducing conditional branches to false" )
21+ reduceConditionalsFalseDeltaPass, " Reducing conditional branches to false" )
2222DELTA_PASS_IR(" invokes" , reduceInvokesDeltaPass, " Reducing Invokes" )
2323DELTA_PASS_IR(" unreachable-basic-blocks" ,
2424 reduceUnreachableBasicBlocksDeltaPass, " Removing Unreachable Basic Blocks" )
2525DELTA_PASS_IR(" basic-blocks" , reduceBasicBlocksDeltaPass, " Reducing Basic Blocks" )
26- DELTA_PASS_IR(" simplify-cfg" , reduceUsingSimplifyCFGDeltaPass," Reducing using SimplifyCFG" )
26+ DELTA_PASS_IR(" simplify-cfg" , reduceUsingSimplifyCFGDeltaPass, " Reducing using SimplifyCFG" )
2727DELTA_PASS_IR(" function-data" , reduceFunctionDataDeltaPass, " Reducing Function Data" )
2828DELTA_PASS_IR(" global-values" , reduceGlobalValuesDeltaPass, " Reducing GlobalValues" )
2929DELTA_PASS_IR(" global-objects" , reduceGlobalObjectsDeltaPass, " Reducing GlobalObjects" )
@@ -33,23 +33,23 @@ DELTA_PASS_IR("di-metadata", reduceDIMetadataDeltaPass, "Reducing DIMetadata")
3333DELTA_PASS_IR(" dbg-records" , reduceDbgRecordDeltaPass, " Reducing DbgRecords" )
3434DELTA_PASS_IR(" distinct-metadata" , reduceDistinctMetadataDeltaPass, " Reducing Distinct Metadata" )
3535DELTA_PASS_IR(" metadata" , reduceMetadataDeltaPass," Reducing Metadata" )
36- DELTA_PASS_IR(" named-metadata" , reduceNamedMetadataDeltaPass," Reducing Named Metadata" )
36+ DELTA_PASS_IR(" named-metadata" , reduceNamedMetadataDeltaPass, " Reducing Named Metadata" )
3737DELTA_PASS_IR(" arguments" , reduceArgumentsDeltaPass, " Reducing Arguments" )
3838DELTA_PASS_IR(" instructions" , reduceInstructionsDeltaPass, " Reducing Instructions" )
39- DELTA_PASS_IR(" simplify-instructions" , simplifyInstructionsDeltaPass," Simplifying Instructions" )
40- DELTA_PASS_IR(" ir-passes" , runIRPassesDeltaPass," Running passes" )
41- DELTA_PASS_IR(" operands-zero" , reduceOperandsZeroDeltaPass," Reducing Operands to zero" )
42- DELTA_PASS_IR(" operands-one" , reduceOperandsOneDeltaPass," Reducing Operands to one" )
43- DELTA_PASS_IR(" operands-nan" , reduceOperandsNaNDeltaPass," Reducing Operands to NaN" )
44- DELTA_PASS_IR(" operands-to-args" , reduceOperandsToArgsDeltaPass," Converting operands to function arguments" )
45- DELTA_PASS_IR(" operands-skip" , reduceOperandsSkipDeltaPass," Reducing operands by skipping over instructions" )
46- DELTA_PASS_IR(" operand-bundles" , reduceOperandBundesDeltaPass," Reducing Operand Bundles" )
39+ DELTA_PASS_IR(" simplify-instructions" , simplifyInstructionsDeltaPass, " Simplifying Instructions" )
40+ DELTA_PASS_IR(" ir-passes" , runIRPassesDeltaPass, " Running passes" )
41+ DELTA_PASS_IR(" operands-zero" , reduceOperandsZeroDeltaPass, " Reducing Operands to zero" )
42+ DELTA_PASS_IR(" operands-one" , reduceOperandsOneDeltaPass, " Reducing Operands to one" )
43+ DELTA_PASS_IR(" operands-nan" , reduceOperandsNaNDeltaPass, " Reducing Operands to NaN" )
44+ DELTA_PASS_IR(" operands-to-args" , reduceOperandsToArgsDeltaPass, " Converting operands to function arguments" )
45+ DELTA_PASS_IR(" operands-skip" , reduceOperandsSkipDeltaPass, " Reducing operands by skipping over instructions" )
46+ DELTA_PASS_IR(" operand-bundles" , reduceOperandBundesDeltaPass, " Reducing Operand Bundles" )
4747DELTA_PASS_IR(" attributes" , reduceAttributesDeltaPass, " Reducing Attributes" )
48- DELTA_PASS_IR(" module-data" , reduceModuleDataDeltaPass," Reducing Module Data" )
49- DELTA_PASS_IR(" opcodes" , reduceOpcodesDeltaPass," Reducing Opcodes" )
50- DELTA_PASS_IR(" volatile" , reduceVolatileInstructionsDeltaPass," Reducing Volatile Instructions" )
51- DELTA_PASS_IR(" atomic-ordering" , reduceAtomicOrderingDeltaPass," Reducing Atomic Ordering" )
52- DELTA_PASS_IR(" syncscopes" , reduceAtomicSyncScopesDeltaPass," Reducing Atomic Sync Scopes" )
48+ DELTA_PASS_IR(" module-data" , reduceModuleDataDeltaPass, " Reducing Module Data" )
49+ DELTA_PASS_IR(" opcodes" , reduceOpcodesDeltaPass, " Reducing Opcodes" )
50+ DELTA_PASS_IR(" volatile" , reduceVolatileInstructionsDeltaPass, " Reducing Volatile Instructions" )
51+ DELTA_PASS_IR(" atomic-ordering" , reduceAtomicOrderingDeltaPass, " Reducing Atomic Ordering" )
52+ DELTA_PASS_IR(" syncscopes" , reduceAtomicSyncScopesDeltaPass, " Reducing Atomic Sync Scopes" )
5353DELTA_PASS_IR(" instruction-flags" , reduceInstructionFlagsDeltaPass, " Reducing Instruction Flags" )
5454
5555
@@ -58,11 +58,11 @@ DELTA_PASS_IR("instruction-flags", reduceInstructionFlagsDeltaPass, "Reducing In
5858#endif
5959DELTA_PASS_MIR (" instructions" , reduceInstructionsMIRDeltaPass, " Reducing Instructions" )
6060DELTA_PASS_MIR(" ir-instruction-references" ,
61- reduceIRInstructionReferencesDeltaPass," Reducing IR references from instructions" )
62- DELTA_PASS_MIR(" ir-block-references" , reduceIRBlockReferencesDeltaPass," Reducing IR references from blocks" )
63- DELTA_PASS_MIR(" ir-function-references" , reduceIRFunctionReferencesDeltaPass," Reducing IR references from functions" )
61+ reduceIRInstructionReferencesDeltaPass, " Reducing IR references from instructions" )
62+ DELTA_PASS_MIR(" ir-block-references" , reduceIRBlockReferencesDeltaPass, " Reducing IR references from blocks" )
63+ DELTA_PASS_MIR(" ir-function-references" , reduceIRFunctionReferencesDeltaPass, " Reducing IR references from functions" )
6464DELTA_PASS_MIR(" instruction-flags" , reduceInstructionFlagsMIRDeltaPass, " Reducing Instruction Flags" )
65- DELTA_PASS_MIR(" register-uses" , reduceRegisterUsesMIRDeltaPass," Reducing register uses" )
66- DELTA_PASS_MIR(" register-defs" , reduceRegisterDefsMIRDeltaPass," Reducing register defs" )
67- DELTA_PASS_MIR(" register-hints" , reduceVirtualRegisterHintsDeltaPass," Reducing virtual register hints from functions" )
68- DELTA_PASS_MIR(" register-masks" , reduceRegisterMasksMIRDeltaPass," Reducing register masks" )
65+ DELTA_PASS_MIR(" register-uses" , reduceRegisterUsesMIRDeltaPass, " Reducing register uses" )
66+ DELTA_PASS_MIR(" register-defs" , reduceRegisterDefsMIRDeltaPass, " Reducing register defs" )
67+ DELTA_PASS_MIR(" register-hints" , reduceVirtualRegisterHintsDeltaPass, " Reducing virtual register hints from functions" )
68+ DELTA_PASS_MIR(" register-masks" , reduceRegisterMasksMIRDeltaPass, " Reducing register masks" )
0 commit comments