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@00def06 to: llvm/llvm-project@abf69a1 commit: 68ab8ac
from 00def06c6e9a0582e85bef5f3a186839c48d1ae2 to abf69a167bbc99054871e3f9cc8810bbebcb6747
abf69a167bbc99054871e3f9cc8810bbebcb6747 [InstCombine] Fold (x < y) ? -1 : zext(x != y) into u/scmp(x,y) (#101049) b8dccb7d56c7e32b549c00a094d1b6ac32a01328 [VPlan] Emit note when UserVF > MaxUserVF (NFCI).
(x < y) ? -1 : zext(x != y)
u/scmp(x,y)
Top 5 improvements: ripgrep-rs/4m87zogkrnv5oa3v.ll 663274078 633606395 -4.47% rust-analyzer-rs/18mvp67rh7l1u2ho.ll 44838673 44133872 -1.57% postgres/nbtcompare.ll 92836578 91460764 -1.48% coreutils-rs/217aku6h0yilfltd.ll 45716777 45079842 -1.39% coreutils-rs/3gpcfcm8cdto2seo.ll 95726199 94529701 -1.25% Top 5 regressions: ockam-rs/on09w5afel7x9qz.ll 5289039088 5532316603 +4.60% velox/SequenceVector.cpp.ll 5260111554 5319811680 +1.13% wasmtime-rs/1tgax70bn3x2nad4.ll 1245519110 1259279311 +1.10% mini-lsm-rs/pew1bqmcl3zb6gg.ll 575401954 581235956 +1.01% tree-sitter-rs/22d6a9i5y5n3b962.ll 14501342735 14646130521 +1.00% Overall: 0.01234125%
The text was updated successfully, but these errors were encountered:
#1194
Sorry, something went wrong.
No branches or pull requests
from: llvm/llvm-project@00def06
to: llvm/llvm-project@abf69a1
commit: 68ab8ac
Change Logs
from 00def06c6e9a0582e85bef5f3a186839c48d1ae2 to abf69a167bbc99054871e3f9cc8810bbebcb6747
abf69a167bbc99054871e3f9cc8810bbebcb6747 [InstCombine] Fold
(x < y) ? -1 : zext(x != y)
intou/scmp(x,y)
(#101049)b8dccb7d56c7e32b549c00a094d1b6ac32a01328 [VPlan] Emit note when UserVF > MaxUserVF (NFCI).
The text was updated successfully, but these errors were encountered: