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@537343d to: llvm/llvm-project@b214ca8 commit: 248db9f
from 537343dea4e65ddb837473c9349884e856664ad8 to b214ca82daeece1568268ebc0fbcc2eaa649425b
b214ca82daeece1568268ebc0fbcc2eaa649425b [mlir][vector] Rename vector type TD definitions (nfc) (#117150) db6f627f3fd4072fe1814805653a352694527a91 [clang][SME] Ignore flatten/clang::always_inline statements for callees with mismatched streaming attributes (#116391) 624e52b1e310c349e21cc0b4f67452b0fa9d1f96 [DebugInfo] Handle trailing empty blocks when seeking prologue_end spot (#117320) 9efdebc5f15e284dc7c58d327057ec8af9eed342 [Clang] Only ignore special methods for unused private fields in BuildFieldReferenceExpr (#116965) ab6677e7d64b4612d6c92877cb1d529f922268d2 [LICM] Only set AA metadata on hoisted load if it executes. (#117204) 4028bb10c3a396023b877d025c5776d207f29f91 Local: Handle noalias_addrspace in combineMetadata (#103938) f4d758634305304c0deb49a4ed3f99180a2488ea [mlir] Use llvm::filter_to_vector. NFC. (#117655) 619e4b7154606f315572ba54c0fe6c1f6c8848a0 [MLIR][Arith] SelectOp fix invalid folding (#117555) 59b3630e032d7e92079667891e7cf585c7fe313d [MLIR][SPIR-V] Drop commas from split barrier operations ASM format (#116673) ead3a2f5980e1a713c8d4e18a4c825e1012b3701 [SLP][REVEC] getScalarizationOverhead should not be used when ScalarTy is FixedVectorType. (#117536)
llvm::filter_to_vector
Compilation time result (by files): Top 5 improvements: opencv/wbdetector.cpp.ll 674363772 -> 659961086 -2.14% faiss/IndexBinaryHNSW.cpp.ll 1015905630 -> 1003913999 -1.18% gromacs/vsite_parm.cpp.ll 3087224585 -> 3054136309 -1.07% faiss/OnDiskInvertedLists.cpp.ll 1637359096 -> 1621310234 -0.98% gromacs/minimize.cpp.ll 3253065070 -> 3224208740 -0.89% Top 5 regressions: typst-rs/26ex1w19ixz6ifuk.ll 50940294247 -> 51647730347 +1.39% linux/radiotap.ll 109296720 -> 110203256 +0.83% darktable/JpegDecompressor.cpp.ll 292904885 -> 293895446 +0.34% openmpi/installdirs_base_components.ll 111073433 -> 111443077 +0.33% faiss/ScalarQuantizer.cpp.ll 6137462626 -> 6157382201 +0.32% Overall: -0.06445780%
Compilation time result (by projects): Top 5 improvements: tinyobjloader 5342831210 -> 5335924966 -0.13% tomlplusplus 8270841993 -> 8260447856 -0.13% tinympc 18438842431 -> 18416882829 -0.12% g2o 448216109511 -> 447687124833 -0.12% ceres 715553235061 -> 714719789766 -0.12% Top 5 regressions: Overall: -0.04803781%
Improvements: licm.NumLoadPromoted 63103 -> 65290 +3.47% simplifycfg.NumSinkCommonCode 335714 -> 336349 +0.19% licm.NumPromotionCandidates 376173 -> 376752 +0.15% simplifycfg.NumSinkCommonInstrs 704907 -> 705536 +0.09% instsimplify.NumSimplified 2208347 -> 2208885 +0.02% memdep.NumCacheDirtyNonLocalPtr 18529 -> 18532 +0.02% instcombine.NumDeadInst 33235514 -> 33236554 +0.00% bdce.NumRemoved 310008 -> 310015 +0.00% gvn.NumPRELoad 743598 -> 743613 +0.00% memdep.NumCacheNonLocalPtr 175029168 -> 175031595 +0.00% Regressions: licm.NumLoadStorePromoted 57628 -> 56074 -2.70% local.NumPHICSEs 159090 -> 157647 -0.91% dse.NumRedundantStores 27622 -> 27542 -0.29% instcombine.NumDeadStore 23106 -> 23068 -0.16% gvn.NumGVNSimpl 4161318 -> 4154577 -0.16% dse.NumFastStores 717078 -> 716271 -0.11% gvn.NumGVNInstr 7592134 -> 7585306 -0.09% dse.NumGetDomMemoryDefPassed 879935 -> 879331 -0.07% dse.NumCFGChecks 366449 -> 366248 -0.05% lcssa.NumLCSSA 14036034 -> 14029086 -0.05%
The text was updated successfully, but these errors were encountered:
No branches or pull requests
from: llvm/llvm-project@537343d
to: llvm/llvm-project@b214ca8
commit: 248db9f
Change Logs
from 537343dea4e65ddb837473c9349884e856664ad8 to b214ca82daeece1568268ebc0fbcc2eaa649425b
b214ca82daeece1568268ebc0fbcc2eaa649425b [mlir][vector] Rename vector type TD definitions (nfc) (#117150)
db6f627f3fd4072fe1814805653a352694527a91 [clang][SME] Ignore flatten/clang::always_inline statements for callees with mismatched streaming attributes (#116391)
624e52b1e310c349e21cc0b4f67452b0fa9d1f96 [DebugInfo] Handle trailing empty blocks when seeking prologue_end spot (#117320)
9efdebc5f15e284dc7c58d327057ec8af9eed342 [Clang] Only ignore special methods for unused private fields in BuildFieldReferenceExpr (#116965)
ab6677e7d64b4612d6c92877cb1d529f922268d2 [LICM] Only set AA metadata on hoisted load if it executes. (#117204)
4028bb10c3a396023b877d025c5776d207f29f91 Local: Handle noalias_addrspace in combineMetadata (#103938)
f4d758634305304c0deb49a4ed3f99180a2488ea [mlir] Use
llvm::filter_to_vector
. NFC. (#117655)619e4b7154606f315572ba54c0fe6c1f6c8848a0 [MLIR][Arith] SelectOp fix invalid folding (#117555)
59b3630e032d7e92079667891e7cf585c7fe313d [MLIR][SPIR-V] Drop commas from split barrier operations ASM format (#116673)
ead3a2f5980e1a713c8d4e18a4c825e1012b3701 [SLP][REVEC] getScalarizationOverhead should not be used when ScalarTy is FixedVectorType. (#117536)
The text was updated successfully, but these errors were encountered: