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@b30f9d7 to: llvm/llvm-project@24a92f5 commit: 3573b90
from b30f9d74d6a0f735ef597b1acae73daac2d7df39 to 24a92f509a4e9ebaf5ae431409520d30055ea6fc
24a92f509a4e9ebaf5ae431409520d30055ea6fc DependencyScanningTool.h: Use more robust std::function (fixup for #120699) 42b23257c5519b63a0516bac9f7986367e15e794 [ORC] Fail materialization in tasks that are destroyed before running. d80bdf7261e7d785b98f827eeed950b2147f70e6 [IRBuilder] Add a helper function to intersect FMFs from two instructions (#122059) b8337dc4b20bfd7cde8cf37df6c12df4f751201b [InstCombine] Handle commuted patterns in foldBinOpShiftWithShift (#122126) 9ba6e8dc91920b6db40ee76f4fb22c71e9b9cd97 [Clang][ASTMatcher] Extend hasDependentName to match DependentNameType name (#121975) 1a7e7ef2435763a4ba9171303340daacf7bbb0b6 Format BackendUtil.h. NFC 6dd1315cf0cfa87c2ace2e7263ba505c4b38df3d [clang] Simplify BackendConsumer after #69371
std::function
foldBinOpShiftWithShift
hasDependentName
Improvements: bdce.NumSimplified 6250 -> 6253 +0.05% loop-delete.NumBackedgesBroken 38714 -> 38722 +0.02% indvars.NumElimCmp 46756 -> 46764 +0.02% instsimplify.NumExpand 138659 -> 138677 +0.01% gvn.NumGVNBlocks 208005 -> 208021 +0.01% dse.NumFastOther 129685 -> 129689 +0.00% instcombine.NumDeadInst 33193909 -> 33194899 +0.00% instsimplify.NumReassoc 342255 -> 342263 +0.00% instcombine.NegatorTotalNegationsAttempted 17751135 -> 17751448 +0.00% instcombine.NegatorNumValuesVisited 18500955 -> 18501212 +0.00% Regressions: reassociate.NumFactor 3019 -> 2919 -3.31% instcombine.NumFactor 40767 -> 40479 -0.71% reassociate.NumAnnihil 739 -> 737 -0.27% licm.NumBOAssociationsHoisted 5284 -> 5283 -0.02% correlated-value-propagation.NumAddNSW 185811 -> 185800 -0.01% correlated-value-propagation.NumAddNW 345024 -> 345005 -0.01% correlated-value-propagation.NumAddNUW 159213 -> 159205 -0.01% correlated-value-propagation.NumNSW 410499 -> 410488 -0.00% correlated-value-propagation.NumNW 760916 -> 760898 -0.00% instcombine.NumSunkInst 2692250 -> 2692190 -0.00%
The text was updated successfully, but these errors were encountered:
No branches or pull requests
from: llvm/llvm-project@b30f9d7
to: llvm/llvm-project@24a92f5
commit: 3573b90
Change Logs
from b30f9d74d6a0f735ef597b1acae73daac2d7df39 to 24a92f509a4e9ebaf5ae431409520d30055ea6fc
24a92f509a4e9ebaf5ae431409520d30055ea6fc DependencyScanningTool.h: Use more robust
std::function
(fixup for #120699)42b23257c5519b63a0516bac9f7986367e15e794 [ORC] Fail materialization in tasks that are destroyed before running.
d80bdf7261e7d785b98f827eeed950b2147f70e6 [IRBuilder] Add a helper function to intersect FMFs from two instructions (#122059)
b8337dc4b20bfd7cde8cf37df6c12df4f751201b [InstCombine] Handle commuted patterns in
foldBinOpShiftWithShift
(#122126)9ba6e8dc91920b6db40ee76f4fb22c71e9b9cd97 [Clang][ASTMatcher] Extend
hasDependentName
to match DependentNameType name (#121975)1a7e7ef2435763a4ba9171303340daacf7bbb0b6 Format BackendUtil.h. NFC
6dd1315cf0cfa87c2ace2e7263ba505c4b38df3d [clang] Simplify BackendConsumer after #69371
The text was updated successfully, but these errors were encountered: