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@621e5cd to: llvm/llvm-project@7883184 commit: 917fe71
from 621e5cd8204596874c2ec7c8c169044d8e6865e3 to 788318484d967a5d6e5e96a47ca2421e13adc308
788318484d967a5d6e5e96a47ca2421e13adc308 Revert "[InstCombine] Teach foldSelectOpOp about samesign" (#124123) 26fc07d5d88760ad659599184fd10181287d2d9e [ORC] Add explicit narrowing casts to fix build errors. 67a8857989ed5b2aadc7a5982ddebd2e9477ebd0 [flang][cuda] Handle pointer allocation with double descriptors (#124183) 13dae34819e5ba2d7644f8486f1f291bf5836d48 [DSE] Enable the initializes improvement in DSE (#124058) c676104875f34a87051b446469cc395932bc1f13 [lld-macho] Implement symbol string deduplication (#123874) 28ad8978ee2054298d4198bf10c8cb68730af037 Reland: [clang] unified CWG2398 and P0522 changes; finishes implementation of P3310 (#124137) bc74a1edbe5e6a3603e65efe06116fa72747acab [IA] Generalize the support for power-of-two (de)interleave intrinsics (#123863) 10772807ab72ce2b68d76816f8753219b2acbac3 Reapply "[llvm-objcopy][ELF] Add an option to remove notes (#118739)" 3d59e30cbcfea475594aaf1c69388c0503f846ef [flang][cuda] Allow DO CONCURRENT in cuf kernel (#124190) 4065d985ab0f012f7fc0718685f6c12cf0352929 [flang][cuda] Allow complex type in cuf kernel reduce (#124185) c7053ac202de1723c49d2f02d1c56d7a0a4481c0 [SandboxVec][BottomUpVec] Disable crossing BBs (#124039)
Improvements: capture-tracking.NumCapturedBefore 12741270 -> 12898277 +1.23% reassociate.NumFactor 2920 -> 2932 +0.41% capture-tracking.NumNotCapturedBefore 15948239 -> 15986257 +0.24% dse.NumFastStores 707926 -> 709312 +0.20% dse.NumFastOther 128865 -> 129115 +0.19% dse.NumGetDomMemoryDefPassed 872260 -> 873784 +0.17% indvars.NumElimIdentity 1685 -> 1686 +0.06% dse.NumCFGChecks 383417 -> 383508 +0.02% dse.NumCFGTries 38074 -> 38080 +0.02% deadargelim.NumArgumentsEliminated 16778 -> 16780 +0.01% Regressions: move-auto-init.NumMoved 2583 -> 2548 -1.36% instcombine.NumDeadStore 22973 -> 22970 -0.01% dse.NumRemainingStores 35631414 -> 35629239 -0.01% simplifycfg.NumHoistCommonInstrs 1760254 -> 1760158 -0.01% dse.NumCompletePartials 20024 -> 20023 -0.00% lcssa.NumLCSSA 14025745 -> 14025181 -0.00% instsimplify.NumSimplified 2205991 -> 2205910 -0.00% correlated-value-propagation.NumSubNSW 69159 -> 69157 -0.00% correlated-value-propagation.NumSubNW 94174 -> 94172 -0.00% gvn.NumGVNSimpl 4154135 -> 4154057 -0.00%
The text was updated successfully, but these errors were encountered:
No branches or pull requests
from: llvm/llvm-project@621e5cd
to: llvm/llvm-project@7883184
commit: 917fe71
Change Logs
from 621e5cd8204596874c2ec7c8c169044d8e6865e3 to 788318484d967a5d6e5e96a47ca2421e13adc308
788318484d967a5d6e5e96a47ca2421e13adc308 Revert "[InstCombine] Teach foldSelectOpOp about samesign" (#124123)
26fc07d5d88760ad659599184fd10181287d2d9e [ORC] Add explicit narrowing casts to fix build errors.
67a8857989ed5b2aadc7a5982ddebd2e9477ebd0 [flang][cuda] Handle pointer allocation with double descriptors (#124183)
13dae34819e5ba2d7644f8486f1f291bf5836d48 [DSE] Enable the initializes improvement in DSE (#124058)
c676104875f34a87051b446469cc395932bc1f13 [lld-macho] Implement symbol string deduplication (#123874)
28ad8978ee2054298d4198bf10c8cb68730af037 Reland: [clang] unified CWG2398 and P0522 changes; finishes implementation of P3310 (#124137)
bc74a1edbe5e6a3603e65efe06116fa72747acab [IA] Generalize the support for power-of-two (de)interleave intrinsics (#123863)
10772807ab72ce2b68d76816f8753219b2acbac3 Reapply "[llvm-objcopy][ELF] Add an option to remove notes (#118739)"
3d59e30cbcfea475594aaf1c69388c0503f846ef [flang][cuda] Allow DO CONCURRENT in cuf kernel (#124190)
4065d985ab0f012f7fc0718685f6c12cf0352929 [flang][cuda] Allow complex type in cuf kernel reduce (#124185)
c7053ac202de1723c49d2f02d1c56d7a0a4481c0 [SandboxVec][BottomUpVec] Disable crossing BBs (#124039)
The text was updated successfully, but these errors were encountered: