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@f9fbfc5 to: llvm/llvm-project@2121b96 commit: c270f67
from f9fbfc587d793b25e5f3ea0c8fa1db949085b158 to 2121b961fd8f1cf5449a73a20643db53431e5bc0
2121b961fd8f1cf5449a73a20643db53431e5bc0 [libc++abi][libunwind] Run c++abi and unwind tests against a fake install root (#110171) fb6feb86a7dc324dcb2516397ba3fc5fe05ea584 [ADT] Restore handwritten vector find in SmallSet (#110254) f3ebf22428211160001b53285e78436aa704c24b [MLIR] Fix: cast were meant to be dyn_cast. (#110518) 9d4ddf3a1969dcc89295049b3278c6a9eac131e2 [rtsan] Update docs to include run-time flags (#110296) f2562229642520c49fc44aa9c89e5e5ab7a3f698 [clang][x86] Add constexpr support for BZHI intrinsics (#110508) 01135de4011aeea6bb01560247187db4b41c353e [llvm-profdata] Fix typo in usage (#110434) 20f4adea957b91291a640613e41e0bab27ae3c3c [MLIR][OpenMP] Move loop wrapper verification to the interface (NFC) (#110505) 4ae0c5059ec9a3254bc501c24b24f7182eba12a6 [clang] Fix static analyzer concerns (#110243)
cast
dyn_cast
Compilation time result (by files): Top 5 improvements: faiss/IndexFlat.cpp.ll 589315163 -> 580340336 -1.52% faiss/IndexIVF.cpp.ll 2358318929 -> 2332864605 -1.08% gromacs/colvarproxy.cpp.ll 1318882192 -> 1310850583 -0.61% faiss/LocalSearchQuantizer.cpp.ll 1836791213 -> 1828981734 -0.43% postgres/wait_event.ll 170322685 -> 169763337 -0.33% Top 5 regressions: faiss/IndexIVFAdditiveQuantizer.cpp.ll 729297814 -> 741693276 +1.70% meshlab/filter_parametrization.cpp.ll 39842592257 -> 40159466948 +0.80% openjdk/ad_x86_pipeline.ll 2603541584 -> 2623917595 +0.78% opencv/gl_core_3_1.cpp.ll 334056749 -> 336363233 +0.69% llvm/NativeRawSymbol.cpp.ll 294654891 -> 296675713 +0.69% Overall: 0.10847252%
Compilation time result (by projects): Top 5 improvements: Top 5 regressions: g2o 469749563630 -> 471135871620 +0.30% tinympc 19030098519 -> 19079146944 +0.26% grpc 467874451032 -> 469025594069 +0.25% proxygen 92182516255 -> 92384099171 +0.22% ceres 740719504237 -> 742337107522 +0.22% Overall: 0.09909453%
The text was updated successfully, but these errors were encountered:
No branches or pull requests
from: llvm/llvm-project@f9fbfc5
to: llvm/llvm-project@2121b96
commit: c270f67
Change Logs
from f9fbfc587d793b25e5f3ea0c8fa1db949085b158 to 2121b961fd8f1cf5449a73a20643db53431e5bc0
2121b961fd8f1cf5449a73a20643db53431e5bc0 [libc++abi][libunwind] Run c++abi and unwind tests against a fake install root (#110171)
fb6feb86a7dc324dcb2516397ba3fc5fe05ea584 [ADT] Restore handwritten vector find in SmallSet (#110254)
f3ebf22428211160001b53285e78436aa704c24b [MLIR] Fix:
cast
were meant to bedyn_cast
. (#110518)9d4ddf3a1969dcc89295049b3278c6a9eac131e2 [rtsan] Update docs to include run-time flags (#110296)
f2562229642520c49fc44aa9c89e5e5ab7a3f698 [clang][x86] Add constexpr support for BZHI intrinsics (#110508)
01135de4011aeea6bb01560247187db4b41c353e [llvm-profdata] Fix typo in usage (#110434)
20f4adea957b91291a640613e41e0bab27ae3c3c [MLIR][OpenMP] Move loop wrapper verification to the interface (NFC) (#110505)
4ae0c5059ec9a3254bc501c24b24f7182eba12a6 [clang] Fix static analyzer concerns (#110243)
The text was updated successfully, but these errors were encountered: