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@0653698 to: llvm/llvm-project@3268d51 commit: 24ea4f4
from 0653698d8637b8d565cbf59de591e2d8c61c20cc to 3268d51a5c81be705a97216bf061fab9bb195ebe
3268d51a5c81be705a97216bf061fab9bb195ebe [clang][bytecode][NFC] Fix a possible build warning (#114800) cd16b077bf4bc6d55e06c41fa0f6774ac05dcb56 IR: introduce CmpInst::isEquivalence (#111979) 3e8a8fce4aea14e7475c3ebf22227401e33bfe02 ValueTracking: clarify isNotCrossLaneOperation (NFC) (#112375) 9a211fe7e49b8b1376772a40ca31153fb7d504dd [TableGen] Fix concatenation of subreg and artificial subregs (#114391) 8b19d29a3f254505cf0981af6c3d8d9e6f9626fc [libc++] remove minor version in status pages (#113241) dfe737f231d7162ea5658df3b97fd71cc39441d8 [libc++] Apply post-commit review comments for unique_ptr<T[]> hardening (#111704) 0713bf9cc34e75572058b46f712d37031762fa9d [libc++] Inline small functions inside vector (#114567) f8559751fc2b15b45ac417be9abe865085af45ad [llvm-project] Fix typo "propogate" (#114795) a58c3d3ac7c6b2fd9710ab2189d7971ef37e714f Use std::move to avoid copy (#113055) 5d7afd324ad23e7b44ba82dbf38287e02002ceec [LLD][COFF] Add EC alias symbols for undefined x86_64 symbols on ARM64EC target (#114466)
std::move
Compilation time result (by files): Top 5 improvements: faiss/IndexIVFFastScan.cpp.ll 7330924126 -> 7151885354 -2.44% meshlab/filter_icp.cpp.ll 30274023806 -> 29915931352 -1.18% faiss/PolysemousTraining.cpp.ll 1666428680 -> 1660008108 -0.39% faiss/residual_quantizer_encode_steps.cpp.ll 1802574964 -> 1797685762 -0.27% llvm/X86InstrFMA3Info.cpp.ll 114260756 -> 113982013 -0.24% Top 5 regressions: faiss/IndexIVF.cpp.ll 2293584016 -> 2333128900 +1.72% faiss/IndexScalarQuantizer.cpp.ll 585231885 -> 588961954 +0.64% gromacs/coupling.cpp.ll 2576951992 -> 2589576051 +0.49% gromacs/vsite.cpp.ll 5232648201 -> 5256588599 +0.46% gromacs/propagator.cpp.ll 7832909026 -> 7863897441 +0.40% Overall: 0.01089069%
Compilation time result (by projects): Top 5 improvements: Top 5 regressions: Overall: 0.01259337%
Improvements: Regressions: simplifycfg.NumSimpl 42476133 -> 42476132 -0.00%
The text was updated successfully, but these errors were encountered:
No branches or pull requests
from: llvm/llvm-project@0653698
to: llvm/llvm-project@3268d51
commit: 24ea4f4
Change Logs
from 0653698d8637b8d565cbf59de591e2d8c61c20cc to 3268d51a5c81be705a97216bf061fab9bb195ebe
3268d51a5c81be705a97216bf061fab9bb195ebe [clang][bytecode][NFC] Fix a possible build warning (#114800)
cd16b077bf4bc6d55e06c41fa0f6774ac05dcb56 IR: introduce CmpInst::isEquivalence (#111979)
3e8a8fce4aea14e7475c3ebf22227401e33bfe02 ValueTracking: clarify isNotCrossLaneOperation (NFC) (#112375)
9a211fe7e49b8b1376772a40ca31153fb7d504dd [TableGen] Fix concatenation of subreg and artificial subregs (#114391)
8b19d29a3f254505cf0981af6c3d8d9e6f9626fc [libc++] remove minor version in status pages (#113241)
dfe737f231d7162ea5658df3b97fd71cc39441d8 [libc++] Apply post-commit review comments for unique_ptr<T[]> hardening (#111704)
0713bf9cc34e75572058b46f712d37031762fa9d [libc++] Inline small functions inside vector (#114567)
f8559751fc2b15b45ac417be9abe865085af45ad [llvm-project] Fix typo "propogate" (#114795)
a58c3d3ac7c6b2fd9710ab2189d7971ef37e714f Use
std::move
to avoid copy (#113055)5d7afd324ad23e7b44ba82dbf38287e02002ceec [LLD][COFF] Add EC alias symbols for undefined x86_64 symbols on ARM64EC target (#114466)
The text was updated successfully, but these errors were encountered: