We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from: llvm/llvm-project@0b06301 to: llvm/llvm-project@aa74649 commit: 8f1a114
from 0b06301a1d839eb5f73559f6c3daf9049c34f3af to aa746495affb3ab94daafcbe09bfb229dd27429f
aa746495affb3ab94daafcbe09bfb229dd27429f [InstCombine] Remove unused variable in InstCombineCompares.cpp (NFC) ddb62d26cb988b6dfee545dcbd7412d297d9b99b [clang] constexpr built-in reduce or and xor function. (#116976) 2e60048641e86b7a414aec51d920bc4e1e3fbeb6 [InstCombine] Fold zext(X) + C2 pred C -> X + C3 pred C4 (#110511) 4872ecf1cc3cb9c4939a9e6210a9b9e9a9032e9f [LLVM][IR] Teach extractelement folds about constant ConstantInt/FP. (#116793) d7d6fb1804415b0f3e7f1cc9290bfb3d711cb707 [mlir][linalg][nfc] Update pack-dynamic-inner-tile.mlir (#116788) 1425fa915dd4815e10b97373380e049db3a01cd3 [clang][bytecode] Check FromPtr in BitCastPtr (#117142) af641ff260f01d6cf9f668e6edbe6a14646d059d [LLVM][IR] Refactor ConstantFold:FoldBitCast to fully support vector ConstantInt/FP. (#116787) a1153cd6fedd4c906a9840987934ca4712e34cb2 Revert "[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)"
or
xor
Compilation time result (by files): Top 5 improvements: llvm/Reassociate.cpp.ll 9607105240 -> 9075043467 -5.54% llvm/DependencyAnalysis.cpp.ll 710408104 -> 703879959 -0.92% llvm/LoopSimplify.cpp.ll 2482796284 -> 2460207360 -0.91% llvm/PHITransAddr.cpp.ll 947785152 -> 939897478 -0.83% llvm/FlattenCFG.cpp.ll 1135628160 -> 1126404831 -0.81% Top 5 regressions: llvm/ComplexDeinterleavingPass.cpp.ll 7594643282 -> 7863253290 +3.54% openusd/string-to-double.cc.ll 1299319594 -> 1323241281 +1.84% icu/double-conversion-string-to-double.ll 1297375228 -> 1320024878 +1.75% arrow/string-to-double.cc.ll 1303416505 -> 1325773362 +1.72% double_conversion/string-to-double.cc.ll 1299836979 -> 1321607148 +1.67% Overall: 0.01574488%
Compilation time result (by projects): Top 5 improvements: Top 5 regressions: double_conversion 3619696822 -> 3642221695 +0.62% libdeflate 4301618928 -> 4306178638 +0.11% Overall: 0.02277506%
Improvements: correlated-value-propagation.NumSExt 36801 -> 36915 +0.31% simple-loop-unswitch.NumSelects 1872 -> 1876 +0.21% correlated-value-propagation.NumDeadCases 67332 -> 67428 +0.14% simplifycfg.NumLookupTablesHoles 2217 -> 2220 +0.14% simple-loop-unswitch.NumCostMultiplierSkipped 18774 -> 18782 +0.04% instcombine.NumSel 28255 -> 28267 +0.04% memdep.NumUncacheNonLocal 22036 -> 22045 +0.04% correlated-value-propagation.NumAddNSW 188080 -> 188154 +0.04% correlated-value-propagation.NumNNeg 72843 -> 72863 +0.03% correlated-value-propagation.NumAddNW 347354 -> 347436 +0.02% Regressions: simplifycfg.NumBitMaps 2339 -> 2338 -0.04% jump-threading.NumDupes 112558 -> 112510 -0.04% adce.NumBranchesRemoved 22374 -> 22366 -0.04% gvn.NumGVNPRE 128070 -> 128028 -0.03% sccp.NumDeadBlocks 707252 -> 707131 -0.02% sccp.NumInstRemoved 1913477 -> 1913208 -0.01% loop-simplify.NumNested 11286 -> 11285 -0.01% adce.NumRemoved 91657 -> 91650 -0.01% loop-delete.NumDeleted 143114 -> 143105 -0.01% early-cse.NumCSE 3988844 -> 3988597 -0.01%
The text was updated successfully, but these errors were encountered:
No branches or pull requests
from: llvm/llvm-project@0b06301
to: llvm/llvm-project@aa74649
commit: 8f1a114
Change Logs
from 0b06301a1d839eb5f73559f6c3daf9049c34f3af to aa746495affb3ab94daafcbe09bfb229dd27429f
aa746495affb3ab94daafcbe09bfb229dd27429f [InstCombine] Remove unused variable in InstCombineCompares.cpp (NFC)
ddb62d26cb988b6dfee545dcbd7412d297d9b99b [clang] constexpr built-in reduce
or
andxor
function. (#116976)2e60048641e86b7a414aec51d920bc4e1e3fbeb6 [InstCombine] Fold zext(X) + C2 pred C -> X + C3 pred C4 (#110511)
4872ecf1cc3cb9c4939a9e6210a9b9e9a9032e9f [LLVM][IR] Teach extractelement folds about constant ConstantInt/FP. (#116793)
d7d6fb1804415b0f3e7f1cc9290bfb3d711cb707 [mlir][linalg][nfc] Update pack-dynamic-inner-tile.mlir (#116788)
1425fa915dd4815e10b97373380e049db3a01cd3 [clang][bytecode] Check FromPtr in BitCastPtr (#117142)
af641ff260f01d6cf9f668e6edbe6a14646d059d [LLVM][IR] Refactor ConstantFold:FoldBitCast to fully support vector ConstantInt/FP. (#116787)
a1153cd6fedd4c906a9840987934ca4712e34cb2 Revert "[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)"
The text was updated successfully, but these errors were encountered: