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@2af2634 to: llvm/llvm-project@295d6b1 commit: c700f2b
from 2af2634c64b1c6f34c4905b24863b930effe3b9c to 295d6b18f77fc67c186c031204a82ff82cf59daa
295d6b18f77fc67c186c031204a82ff82cf59daa [InstCombine] Fold (X * (Y << K)) u>> K -> X * Y when highbits are not demanded (#111151) 877b934831d491e4388b82794cded417b1b11862 [CompilerRT] Remove sanitizer support for i386 watchsim (#117013) 2f5bfb41e2e0c4178627a3492beed35f8143ce2f [llvm-objdump] Default to --mattr=+all for AArch64be and AArch64_32 (#118311)
(X * (Y << K)) u>> K -> X * Y
Improvements: instcombine.NegatorMaxInstructionsCreated 12686 -> 12702 +0.13% instcombine.NegatorNumInstructionsNegatedSuccess 45460 -> 45490 +0.07% instcombine.NegatorNumInstructionsCreatedTotal 49242 -> 49272 +0.06% instcombine.NegatorNumTreesNegated 35962 -> 35971 +0.03% instcombine.NegatorMaxDepthVisited 18141 -> 18145 +0.02% instcombine.NegatorMaxTotalValuesVisited 56600 -> 56608 +0.01% reassociate.NumChanged 4312979 -> 4313020 +0.00% instcombine.NumReassoc 254073 -> 254075 +0.00% instcombine.NumDeadInst 33207562 -> 33207692 +0.00% instcombine.NumCombined 95564433 -> 95564531 +0.00% Regressions: correlated-value-propagation.NumSExt 36921 -> 36917 -0.01% correlated-value-propagation.NumMulNUW 44439 -> 44435 -0.01% gvn.NumGVNPRE 128257 -> 128249 -0.01% correlated-value-propagation.NumMulNW 102246 -> 102242 -0.00% correlated-value-propagation.NumAddNUW 159246 -> 159242 -0.00% correlated-value-propagation.NumNUW 353049 -> 353041 -0.00% correlated-value-propagation.NumAddNW 347072 -> 347068 -0.00% correlated-value-propagation.NumNW 765613 -> 765605 -0.00% instcombine.NegatorNumValuesVisited 18408186 -> 18408076 -0.00% instcombine.NegatorTotalNegationsAttempted 17657476 -> 17657434 -0.00%
The text was updated successfully, but these errors were encountered:
No branches or pull requests
from: llvm/llvm-project@2af2634
to: llvm/llvm-project@295d6b1
commit: c700f2b
Change Logs
from 2af2634c64b1c6f34c4905b24863b930effe3b9c to 295d6b18f77fc67c186c031204a82ff82cf59daa
295d6b18f77fc67c186c031204a82ff82cf59daa [InstCombine] Fold
(X * (Y << K)) u>> K -> X * Y
when highbits are not demanded (#111151)877b934831d491e4388b82794cded417b1b11862 [CompilerRT] Remove sanitizer support for i386 watchsim (#117013)
2f5bfb41e2e0c4178627a3492beed35f8143ce2f [llvm-objdump] Default to --mattr=+all for AArch64be and AArch64_32 (#118311)
The text was updated successfully, but these errors were encountered: