forked from dtcxzyw/llvm-opt-benchmark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstats.baseline
322 lines (322 loc) · 13.1 KB
/
stats.baseline
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
{
"abstract-call-sites.NumCallbackCallSites": 7997,
"abstract-call-sites.NumDirectAbstractCallSites": 6193584,
"abstract-call-sites.NumInvalidAbstractCallSitesNoCallback": 97965,
"abstract-call-sites.NumInvalidAbstractCallSitesUnknownCallee": 798,
"abstract-call-sites.NumInvalidAbstractCallSitesUnknownUse": 633346,
"adce.NumBranchesRemoved": 22270,
"adce.NumRemoved": 87594,
"aggressive-instcombine.NumAnyOrAllBitsSet": 133,
"aggressive-instcombine.NumExprsReduced": 20565,
"aggressive-instcombine.NumGuardedFunnelShifts": 1,
"aggressive-instcombine.NumInstrsReduced": 61641,
"aggressive-instcombine.NumPopCountRecognized": 179,
"alignment-from-assumptions.NumStoreAlignChanged": 5,
"argpromotion.NumArgumentsDead": 695687,
"argpromotion.NumArgumentsPromoted": 579517,
"attributor.NumAAs": 1734815,
"basicaa.SearchLimitReached": 29174,
"bdce.NumRemoved": 308720,
"bdce.NumSExt2ZExt": 4315,
"bdce.NumSimplified": 6253,
"build-libcalls.NumArgMemOnly": 42072,
"build-libcalls.NumCold": 23573,
"build-libcalls.NumInaccessibleMemOnly": 4653,
"build-libcalls.NumInaccessibleMemOrArgMemOnly": 9273,
"build-libcalls.NumNoAlias": 7234,
"build-libcalls.NumNoCapture": 107935,
"build-libcalls.NumNoReturn": 21879,
"build-libcalls.NumNoUndef": 38555,
"build-libcalls.NumNoUnwind": 22516,
"build-libcalls.NumReadOnly": 27062,
"build-libcalls.NumReadOnlyArg": 20734,
"build-libcalls.NumReturnedArg": 1413,
"build-libcalls.NumWillReturn": 49769,
"build-libcalls.NumWriteOnly": 6775,
"build-libcalls.NumWriteOnlyArg": 3714,
"callsite-splitting.NumCallSiteSplit": 9973,
"capture-tracking.NumCapturedBefore": 12888516,
"capture-tracking.NumNotCapturedBefore": 15802960,
"constmerge.NumIdenticalMerged": 13530,
"constraint-elimination.NumCondsRemoved": 1546719,
"correlated-value-propagation.NumAShrsConverted": 3811,
"correlated-value-propagation.NumAShrsRemoved": 258,
"correlated-value-propagation.NumAbs": 227,
"correlated-value-propagation.NumAddNSW": 185801,
"correlated-value-propagation.NumAddNUW": 159204,
"correlated-value-propagation.NumAddNW": 345005,
"correlated-value-propagation.NumAnd": 37681,
"correlated-value-propagation.NumCmpIntr": 40,
"correlated-value-propagation.NumCmps": 241369,
"correlated-value-propagation.NumDeadCases": 67089,
"correlated-value-propagation.NumMinMax": 9088,
"correlated-value-propagation.NumMulNSW": 57714,
"correlated-value-propagation.NumMulNUW": 43498,
"correlated-value-propagation.NumMulNW": 101212,
"correlated-value-propagation.NumNNeg": 72517,
"correlated-value-propagation.NumNSW": 410489,
"correlated-value-propagation.NumNUW": 351036,
"correlated-value-propagation.NumNW": 760903,
"correlated-value-propagation.NumNonNull": 7063967,
"correlated-value-propagation.NumOverflows": 2350,
"correlated-value-propagation.NumPhiCommon": 48530,
"correlated-value-propagation.NumPhis": 948733,
"correlated-value-propagation.NumReturns": 176,
"correlated-value-propagation.NumSDivSRemsNarrowed": 2318,
"correlated-value-propagation.NumSDivs": 16875,
"correlated-value-propagation.NumSExt": 37023,
"correlated-value-propagation.NumSICmps": 44030,
"correlated-value-propagation.NumSIToFP": 1453,
"correlated-value-propagation.NumSMinMax": 4988,
"correlated-value-propagation.NumSRems": 1198,
"correlated-value-propagation.NumSaturating": 1447,
"correlated-value-propagation.NumSelects": 208055,
"correlated-value-propagation.NumShlNSW": 97822,
"correlated-value-propagation.NumShlNUW": 122724,
"correlated-value-propagation.NumShlNW": 220546,
"correlated-value-propagation.NumSubNSW": 69152,
"correlated-value-propagation.NumSubNUW": 25610,
"correlated-value-propagation.NumSubNW": 94140,
"correlated-value-propagation.NumUDivURemsNarrowed": 8386,
"correlated-value-propagation.NumUDivURemsNarrowedExpanded": 876,
"count-visits.MaxVisited": 43369,
"deadargelim.NumArgumentsEliminated": 16779,
"deadargelim.NumArgumentsReplacedWithPoison": 35616,
"deadargelim.NumRetValsEliminated": 16466,
"div-rem-pairs.NumDecomposed": 1764,
"div-rem-pairs.NumHoisted": 3014,
"div-rem-pairs.NumPairs": 29935,
"div-rem-pairs.NumRecomposed": 2818,
"dse.NumCFGChecks": 383417,
"dse.NumCFGSuccess": 6580,
"dse.NumCFGTries": 38074,
"dse.NumCompletePartials": 20023,
"dse.NumFastOther": 129689,
"dse.NumFastStores": 708088,
"dse.NumGetDomMemoryDefPassed": 871537,
"dse.NumModifiedStores": 4166,
"dse.NumRedundantStores": 27349,
"dse.NumRemainingStores": 35631338,
"early-cse.NumCSE": 3964122,
"early-cse.NumCSECVP": 69020,
"early-cse.NumCSECall": 23456,
"early-cse.NumCSEGEP": 10144391,
"early-cse.NumCSELoad": 6149432,
"early-cse.NumDSE": 185475,
"early-cse.NumSimplify": 25472515,
"elim-avail-extern.NumRemovals": 219764,
"elim-avail-extern.NumVariables": 91474,
"function-attrs.NumCold": 21495,
"function-attrs.NumMemoryAttr": 1367186,
"function-attrs.NumNoAlias": 62737,
"function-attrs.NumNoCapture": 3251835,
"function-attrs.NumNoFree": 622629,
"function-attrs.NumNoRecurse": 1340178,
"function-attrs.NumNoSync": 1324635,
"function-attrs.NumNoUndefReturn": 63216,
"function-attrs.NumNoUnwind": 916564,
"function-attrs.NumNonNullReturn": 15959,
"function-attrs.NumReadNoneArg": 1049512,
"function-attrs.NumReadOnlyArg": 1614639,
"function-attrs.NumReturned": 170304,
"function-attrs.NumWillReturn": 1283846,
"function-attrs.NumWriteOnlyArg": 703046,
"function-specialization.NumSpecsCreated": 17,
"globaldce.NumFunctions": 354243,
"globaldce.NumVFuncs": 30536,
"globaldce.NumVariables": 99957,
"globalopt.NumAliasesRemoved": 11,
"globalopt.NumAliasesResolved": 6281,
"globalopt.NumAtExitRemoved": 1,
"globalopt.NumCXXDtorsRemoved": 2136,
"globalopt.NumCtorsEvaluated": 3024,
"globalopt.NumDeleted": 819456,
"globalopt.NumFastCallFns": 2162358,
"globalopt.NumGlobUses": 300,
"globalopt.NumInternalFunc": 2162358,
"globalopt.NumLocalized": 13,
"globalopt.NumMarked": 2605,
"globalopt.NumSRA": 1122,
"globalopt.NumShrunkToBool": 2240,
"globalopt.NumUnnamed": 12800533,
"globalsmodref-aa.NumIndirectGlobalVars": 86,
"globalsmodref-aa.NumNoMemFunctions": 780147,
"globalsmodref-aa.NumNonAddrTakenFunctions": 2328077,
"globalsmodref-aa.NumNonAddrTakenGlobalVars": 173242,
"globalsmodref-aa.NumReadMemFunctions": 1139698,
"gvn.IsValueFullyAvailableInBlockNumSpeculationsMax": 459111,
"gvn.NumGVNBlocks": 208021,
"gvn.NumGVNEqProp": 341446,
"gvn.NumGVNInstr": 7586188,
"gvn.NumGVNLoad": 1050357,
"gvn.NumGVNPRE": 127708,
"gvn.NumGVNSimpl": 4154249,
"gvn.NumPRELoad": 739244,
"gvn.NumPRELoadMoved2CEPred": 72246,
"gvn.NumPRELoopLoad": 2360,
"indvars.NumElimCmp": 46764,
"indvars.NumElimExt": 255676,
"indvars.NumElimIV": 216336,
"indvars.NumElimIdentity": 1785,
"indvars.NumElimOperand": 8,
"indvars.NumElimRem": 187,
"indvars.NumFoldedUser": 1836,
"indvars.NumLFTR": 239625,
"indvars.NumReplaced": 99321,
"indvars.NumSimplifiedSDiv": 65,
"indvars.NumSimplifiedSRem": 31,
"indvars.NumWidened": 209632,
"inline-cost.NumCallsAnalyzed": 46064667,
"inline.NumDeleted": 15237083,
"inline.NumInlined": 36418763,
"instcombine.NegatorMaxDepthVisited": 18111,
"instcombine.NegatorMaxInstructionsCreated": 12681,
"instcombine.NegatorMaxTotalValuesVisited": 56374,
"instcombine.NegatorNumInstructionsCreatedTotal": 49182,
"instcombine.NegatorNumInstructionsNegatedSuccess": 45406,
"instcombine.NegatorNumNegationsFoundInCache": 3991,
"instcombine.NegatorNumTreesNegated": 35888,
"instcombine.NegatorNumValuesVisited": 18501255,
"instcombine.NegatorTotalNegationsAttempted": 17751412,
"instcombine.NumAggregateReconstructionsSimplified": 17482,
"instcombine.NumCombined": 97972864,
"instcombine.NumConstProp": 107233,
"instcombine.NumDeadInst": 33194740,
"instcombine.NumDeadStore": 22971,
"instcombine.NumExpand": 1972,
"instcombine.NumFactor": 40479,
"instcombine.NumGlobalCopies": 134103,
"instcombine.NumOneIteration": 40938696,
"instcombine.NumPHICSEs": 1712445,
"instcombine.NumPHIsOfExtractValues": 3191683,
"instcombine.NumPHIsOfInsertValues": 25918,
"instcombine.NumReassoc": 256934,
"instcombine.NumSel": 28217,
"instcombine.NumSimplified": 410610,
"instcombine.NumSunkInst": 2692181,
"instcombine.NumTwoIterations": 17214035,
"instcombine.NumWorklistIterations": 58152731,
"instsimplify.NumExpand": 138677,
"instsimplify.NumReassoc": 342078,
"instsimplify.NumSimplified": 2205827,
"jump-threading.NumDupes": 112747,
"jump-threading.NumFolds": 2016552,
"jump-threading.NumThreads": 2126747,
"last-run-tracking.NumLRTQueries": 104904067,
"last-run-tracking.NumSkippedPasses": 46751336,
"lcssa.NumLCSSA": 14025049,
"libcalls-shrinkwrap.NumWrappedOneCond": 122,
"libcalls-shrinkwrap.NumWrappedTwoCond": 173,
"licm.NumAddSubHoisted": 896,
"licm.NumBOAssociationsHoisted": 5283,
"licm.NumFPAssociationsHoisted": 179,
"licm.NumGEPsHoisted": 29011,
"licm.NumHoisted": 4030680,
"licm.NumIntAssociationsHoisted": 2657,
"licm.NumLoadPromoted": 64849,
"licm.NumLoadStorePromoted": 55763,
"licm.NumMinMaxHoisted": 1093,
"licm.NumMovedCalls": 19892,
"licm.NumMovedLoads": 318792,
"licm.NumPromotionCandidates": 375801,
"licm.NumSunk": 248493,
"local.NumPHICSEs": 156753,
"local.NumRemoved": 3766211,
"loop-delete.NumBackedgesBroken": 38722,
"loop-delete.NumDeleted": 142812,
"loop-idiom.NumMemCpy": 7688,
"loop-idiom.NumMemMove": 125,
"loop-idiom.NumMemSet": 34058,
"loop-instsimplify.NumSimplified": 193229,
"loop-load-elim.NumLoopLoadEliminted": 803,
"loop-rotate.NumInstrsDuplicated": 2885295,
"loop-rotate.NumInstrsHoisted": 940,
"loop-rotate.NumNotRotatedDueToHeaderSize": 12590,
"loop-rotate.NumRotated": 1073403,
"loop-simplify.NumNested": 11243,
"loop-simplifycfg.NumLoopBlocksDeleted": 10339,
"loop-simplifycfg.NumLoopExitsDeleted": 6142,
"loop-simplifycfg.NumTerminatorsFolded": 12434,
"loop-unroll.NumCompletelyUnrolled": 535,
"loop-unroll.NumUnrolled": 536,
"loop-vectorize.LoopsAnalyzed": 1912734,
"loop-vectorize.LoopsVectorized": 11,
"lower-expect-intrinsic.ExpectIntrinsicsHandled": 53075,
"lower-is-constant-intrinsic.IsConstantIntrinsicsHandled": 19786,
"mem2reg.NumDeadAlloca": 1050548,
"mem2reg.NumLocalPromoted": 518225,
"mem2reg.NumPHIInsert": 9640522,
"mem2reg.NumPromoted": 47779,
"mem2reg.NumSingleStore": 54294796,
"memcpyopt.NumCallSlot": 594782,
"memcpyopt.NumCpyToSet": 9638,
"memcpyopt.NumMemCpyInstr": 1135741,
"memcpyopt.NumMemMoveInstr": 1,
"memcpyopt.NumMemSetInfer": 360559,
"memcpyopt.NumMoveToCpy": 15515,
"memcpyopt.NumStackMove": 57161,
"memdep.NumCacheCompleteNonLocalPtr": 4141870,
"memdep.NumCacheDirtyNonLocal": 232,
"memdep.NumCacheDirtyNonLocalPtr": 18392,
"memdep.NumCacheNonLocal": 17109,
"memdep.NumCacheNonLocalPtr": 174390067,
"memdep.NumUncacheNonLocal": 21944,
"memdep.NumUncacheNonLocalPtr": 170449966,
"memory-builtins.ObjectVisitorLoad": 1671598,
"move-auto-init.NumMoved": 2583,
"openmp-opt.NumOpenMPRuntimeCallsDeduplicated": 207,
"openmp-opt.NumOpenMPRuntimeFunctionUsesIdentified": 12045755,
"openmp-opt.NumOpenMPRuntimeFunctionsIdentified": 1548791,
"reassociate.NumAnnihil": 737,
"reassociate.NumChanged": 4312487,
"reassociate.NumFactor": 2920,
"scalar-evolution.NumBruteForceTripCountsComputed": 79516,
"scalar-evolution.NumExitCountsComputed": 3665629,
"scalar-evolution.NumExitCountsNotComputed": 11480747,
"sccp.NumArgsElimed": 161123,
"sccp.NumDeadBlocks": 718080,
"sccp.NumGlobalConst": 3212,
"sccp.NumInstRemoved": 1952251,
"sccp.NumInstReplaced": 144898,
"simple-loop-unswitch.NumBranches": 82767,
"simple-loop-unswitch.NumCostMultiplierSkipped": 18770,
"simple-loop-unswitch.NumInvariantConditionsInjected": 37,
"simple-loop-unswitch.NumSelects": 1852,
"simple-loop-unswitch.NumSwitches": 2300,
"simple-loop-unswitch.NumTrivial": 2559,
"simplifycfg.NumBitMaps": 2327,
"simplifycfg.NumFoldBranchToCommonDest": 576508,
"simplifycfg.NumFoldValueComparisonIntoPredecessors": 524185,
"simplifycfg.NumHoistCommonCode": 617380,
"simplifycfg.NumHoistCommonInstrs": 1760444,
"simplifycfg.NumInvokeSetsFormed": 53764,
"simplifycfg.NumInvokes": 846650,
"simplifycfg.NumInvokesMerged": 147296,
"simplifycfg.NumLinearMaps": 2960,
"simplifycfg.NumLookupTables": 18781,
"simplifycfg.NumLookupTablesHoles": 2210,
"simplifycfg.NumSinkCommonCode": 335183,
"simplifycfg.NumSinkCommonInstrs": 702583,
"simplifycfg.NumSpeculations": 313718,
"sroa.MaxPartitionsPerAlloca": 177823,
"sroa.MaxUsesPerAllocaPartition": 1771042,
"sroa.NumAllocaPartitionUses": 210236269,
"sroa.NumAllocaPartitions": 68268316,
"sroa.NumAllocasAnalyzed": 90463747,
"sroa.NumDeleted": 213808947,
"sroa.NumLoadsPredicated": 2104,
"sroa.NumLoadsSpeculated": 287294,
"sroa.NumNewAllocas": 22177059,
"sroa.NumPromoted": 61842724,
"sroa.NumStoresPredicated": 4084,
"sroa.NumVectorized": 1248985,
"tailcallelim.NumAccumAdded": 176,
"tailcallelim.NumEliminated": 10642,
"tailcallelim.NumRetDuped": 17472,
"vector-combine.NumScalarBO": 264,
"vector-combine.NumScalarCmp": 37,
"vector-combine.NumShufOfBitcast": 8587,
"vector-combine.NumVecBO": 8976,
"vector-combine.NumVecCmp": 145,
"vector-combine.NumVecLoad": 4043
}