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@476b208 to: llvm/llvm-project@46f43b6 commit: eee172e
from 476b208e0115e766605e9f850982996a1d51c287 to 46f43b6d92e49b80df13e8a537a95767ffbaac9f
46f43b6d92e49b80df13e8a537a95767ffbaac9f [DebugInfo][InstrRef][MIR][GlobalIsel][MachineLICM] NFC Use std::move to avoid copying (#116935) abb9f9fa06ef22be2b0287b9047d5cfed71d91d4 [llvm] Remove br i1 undef from some regression tests [NFC] (#117112) 97b2903455fbe2de0c88cf07b92a09dc8cb7e699 [NFCI][WPD]Use unique string saver to store type id (#106932) a6fefc82450e054336a52a5d2d915b780b8c3ef7 [InstCombine] Convert logical and/or with icmp samesign into bitwise ops (#116983) 7c0786363e6b14e05a868cfe7614074cf742e7cc [ORC-RT] Test basic C++ static initialization support in the ORC runtime.
br i1 undef
icmp samesign
Compilation time result (by files): Top 5 improvements: postgres/mbprint.ll 185133751 -> 178355565 -3.66% faiss/IndexIVFAdditiveQuantizer.cpp.ll 696170052 -> 687400327 -1.26% libquic/ssl_cipher.c.ll 954556130 -> 949684876 -0.51% faiss/IndexIVFFastScan.cpp.ll 7087024978 -> 7053946669 -0.47% lightgbm/tree.cpp.ll 14468177823 -> 14421308554 -0.32% Top 5 regressions: meshlab/filter_screened_poisson.cpp.ll 25279324656 -> 25539469181 +1.03% lightgbm/metadata.cpp.ll 4665946196 -> 4700084041 +0.73% faiss/IndexBinaryHNSW.cpp.ll 1003356778 -> 1009958622 +0.66% faiss/IndexFastScan.cpp.ll 3082929011 -> 3102868384 +0.65% faiss/AdditiveQuantizer.cpp.ll 1369619488 -> 1377165966 +0.55% Overall: 0.09146136%
Compilation time result (by projects): Top 5 improvements: Top 5 regressions: tinyobjloader 5325709522 -> 5334469868 +0.16% proxygen 87312227087 -> 87445524721 +0.15% grpc 443707743740 -> 444380827703 +0.15% csmith 37523898401 -> 37580141391 +0.15% g2o 447030647061 -> 447669936931 +0.14% Overall: 0.07343732%
Improvements: instcombine.NumCombined 95575268 -> 95580475 +0.01% correlated-value-propagation.NumPhis 953270 -> 953278 +0.00% instcombine.NumReassoc 254284 -> 254286 +0.00% simplifycfg.NumSpeculations 314894 -> 314895 +0.00% simplifycfg.NumFoldBranchToCommonDest 578827 -> 578828 +0.00% jump-threading.NumThreads 2135973 -> 2135975 +0.00% instcombine.NumTwoIterations 17168072 -> 17168080 +0.00% simplifycfg.NumSimpl 42485243 -> 42485250 +0.00% gvn.NumGVNInstr 7592572 -> 7592573 +0.00% Regressions: bdce.NumSimplified 6268 -> 6267 -0.02% instcombine.NumDeadInst 33158359 -> 33154220 -0.01% gvn.IsValueFullyAvailableInBlockNumSpeculationsMax 463342 -> 463340 -0.00% bdce.NumRemoved 309956 -> 309955 -0.00% gvn.NumPRELoad 743725 -> 743724 -0.00% licm.NumHoisted 4041393 -> 4041388 -0.00% reassociate.NumChanged 4315607 -> 4315603 -0.00% instcombine.NumSunkInst 2694917 -> 2694915 -0.00% instcombine.NegatorNumValuesVisited 18419221 -> 18419214 -0.00% instcombine.NumOneIteration 41168508 -> 41168500 -0.00%
The text was updated successfully, but these errors were encountered:
No branches or pull requests
from: llvm/llvm-project@476b208
to: llvm/llvm-project@46f43b6
commit: eee172e
Change Logs
from 476b208e0115e766605e9f850982996a1d51c287 to 46f43b6d92e49b80df13e8a537a95767ffbaac9f
46f43b6d92e49b80df13e8a537a95767ffbaac9f [DebugInfo][InstrRef][MIR][GlobalIsel][MachineLICM] NFC Use std::move to avoid copying (#116935)
abb9f9fa06ef22be2b0287b9047d5cfed71d91d4 [llvm] Remove
br i1 undef
from some regression tests [NFC] (#117112)97b2903455fbe2de0c88cf07b92a09dc8cb7e699 [NFCI][WPD]Use unique string saver to store type id (#106932)
a6fefc82450e054336a52a5d2d915b780b8c3ef7 [InstCombine] Convert logical and/or with
icmp samesign
into bitwise ops (#116983)7c0786363e6b14e05a868cfe7614074cf742e7cc [ORC-RT] Test basic C++ static initialization support in the ORC runtime.
The text was updated successfully, but these errors were encountered: