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@83cad68 to: llvm/llvm-project@9399a1d commit: 10b88d4
from 83cad6805d144d941bdda99d71a6df2cf113a76d to 9399a1ddb82ff400f237a2353d17871106e9005c
9399a1ddb82ff400f237a2353d17871106e9005c [InstSimplify] Handle trunc to i1 in Select with bit test folds. (#122944) 2d17fc4ca31dcc8fdc5df0c554d548e348a5ee0b [TableGen] Reorder code in ContractNodes to prevents unnecessary recursion. NFC 7271681286ec0eb8e1b0dc9982b3914701715d7f [CFIFixup] Add a default constructor to BlockFlags (NFC) (#125296) 6e7213bc3031b37f008b6429796f9bee1c112c1f [Analysis] Fix a warning 65708bad579229cd7f62b8d0eaefda4bb20eb6d8 [clang][CodeGenOpenCL][NFC] Remove redundant map lookups (#125285) 0d21ef4e6c50c7d4d591adf7e6dbd6232e8a99c4 [clang][mutation analyzer][NFC] Simplify code in ExprMutationAnalyzer (#125283) d0a142eaea03661e8399f2c1733b93d21d55dfee [clang][dataflow][NFC] Remove double lookup (#125282) 3ec6a6b85aed838b7d56bd6843cad52e822b9111 [InstCombine] Fix FMF propagation in foldSelectWithFCmpToFabs (#121580) 626c23112fe25c1e327f5b17ad94f805588cec1c [ValueTracking] Use SimplifyQuery in isKnownNonEqual (#124942)
foldSelectWithFCmpToFabs
SimplifyQuery
isKnownNonEqual
Improvements: correlated-value-propagation.NumAnd 37647 -> 37649 +0.01% simplifycfg.NumHoistCommonCode 600379 -> 600405 +0.00% instcombine.NumSunkInst 2678448 -> 2678492 +0.00% local.NumRemoved 3723776 -> 3723816 +0.00% loop-delete.NumDeleted 142291 -> 142292 +0.00% globalsmodref-aa.NumNonAddrTakenGlobalVars 165321 -> 165322 +0.00% lcssa.NumLCSSA 13932822 -> 13932870 +0.00% dse.NumFastStores 703590 -> 703592 +0.00% instcombine.NumCombined 97328675 -> 97328938 +0.00% instcombine.NumDeadInst 32869517 -> 32869605 +0.00% Regressions: memory-builtins.ObjectVisitorLoad 1671196 -> 1670262 -0.06% simplifycfg.NumLookupTablesHoles 2210 -> 2209 -0.05% loop-simplifycfg.NumLoopBlocksDeleted 10334 -> 10330 -0.04% correlated-value-propagation.NumCmps 235837 -> 235767 -0.03% adce.NumRemoved 87532 -> 87513 -0.02% correlated-value-propagation.NumNNeg 72408 -> 72394 -0.02% memdep.NumCacheNonLocal 17063 -> 17060 -0.02% correlated-value-propagation.NumSelects 208370 -> 208338 -0.02% instcombine.NumConstProp 106063 -> 106049 -0.01% memdep.NumCacheDirtyNonLocalPtr 18321 -> 18319 -0.01%
The text was updated successfully, but these errors were encountered:
No branches or pull requests
from: llvm/llvm-project@83cad68
to: llvm/llvm-project@9399a1d
commit: 10b88d4
Change Logs
from 83cad6805d144d941bdda99d71a6df2cf113a76d to 9399a1ddb82ff400f237a2353d17871106e9005c
9399a1ddb82ff400f237a2353d17871106e9005c [InstSimplify] Handle trunc to i1 in Select with bit test folds. (#122944)
2d17fc4ca31dcc8fdc5df0c554d548e348a5ee0b [TableGen] Reorder code in ContractNodes to prevents unnecessary recursion. NFC
7271681286ec0eb8e1b0dc9982b3914701715d7f [CFIFixup] Add a default constructor to BlockFlags (NFC) (#125296)
6e7213bc3031b37f008b6429796f9bee1c112c1f [Analysis] Fix a warning
65708bad579229cd7f62b8d0eaefda4bb20eb6d8 [clang][CodeGenOpenCL][NFC] Remove redundant map lookups (#125285)
0d21ef4e6c50c7d4d591adf7e6dbd6232e8a99c4 [clang][mutation analyzer][NFC] Simplify code in ExprMutationAnalyzer (#125283)
d0a142eaea03661e8399f2c1733b93d21d55dfee [clang][dataflow][NFC] Remove double lookup (#125282)
3ec6a6b85aed838b7d56bd6843cad52e822b9111 [InstCombine] Fix FMF propagation in
foldSelectWithFCmpToFabs
(#121580)626c23112fe25c1e327f5b17ad94f805588cec1c [ValueTracking] Use
SimplifyQuery
inisKnownNonEqual
(#124942)The text was updated successfully, but these errors were encountered: