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@7f06d8a to: llvm/llvm-project@4c78c8c commit: 00ec51c
from 7f06d8afb03383dea33379f9c06d010d6ee3f14e to 4c78c8cc2184125f86f9df194e1820b0da3158fa
4c78c8cc2184125f86f9df194e1820b0da3158fa [clang][bytecode] Fix discarding block expressions (#112185) f3947aaa37f464e05c1a28ce871f5f982c5e2746 [gn] port aa44f59abf39 bdf241cab35ee6c6c0a00e14711fb77e9ac49704 ValueTracking: handle more ops in isNotCrossLaneOperation (#112183) 429387a71ce20b7890cc32073c61c4114053b558 [RISCV] Support Expressions in .insn Directives (#111893) e692af85966903614d470a7742ed89d124baf1a6 [MLIR] Update APInt construction to correctly set isSigned/implicitTrunc (#110466) 8b20f1b92444a95c16e0a21161515dbf5b03f424 [MIR] Fix tests for flags in register info (#112179) 9edc454ee601e04500529c98b753d3bd8f427d01 [InstCombine] Drop range attributes in foldIsPowerOf2OrZero (#112178) 39aae575744de7ae77e755142e0746a5b473b3ed [ORC] skip reoptimization tests on PPC.
foldIsPowerOf2OrZero
Compilation time result (by files): Top 5 improvements: eastl/EASTLBenchmark.cpp.ll 523316942 -> 522737046 -0.11% openjdk/virtualMemoryTracker.ll 744584893 -> 743801053 -0.11% vcpkg/vcpkgcmdarguments.cpp.ll 3107222154 -> 3103954046 -0.11% llvm/OpenMPClause.cpp.ll 5737908804 -> 5731897878 -0.10% llvm/BitstreamRemarkSerializer.cpp.ll 2271624381 -> 2269244838 -0.10% Top 5 regressions: darktable/xcf.c.ll 166557421 -> 167594798 +0.62% ncnn/requantize.cpp.ll 540309407 -> 541841407 +0.28% ncnn/innerproduct_x86_avx512.cpp.ll 18386688545 -> 18425642914 +0.21% postgres/ifaddr.ll 96372518 -> 96558632 +0.19% ncnn/sigmoid.cpp.ll 63103004 -> 63218158 +0.18% Overall: -0.01811555%
Compilation time result (by projects): Top 5 improvements: cpp-httplib 18670332269 -> 18651180683 -0.10% Top 5 regressions: mixbox 1067132397 -> 1068560103 +0.13% Overall: -0.00979763%
Improvements: simplifycfg.NumSpeculations 287790 -> 287948 +0.05% instcombine.NumConstProp 99722 -> 99734 +0.01% correlated-value-propagation.NumNNeg 72331 -> 72333 +0.00% instcombine.NumDeadInst 31450609 -> 31451295 +0.00% simplifycfg.NumSimpl 39903192 -> 39903582 +0.00% instcombine.NumCombined 88887866 -> 88888679 +0.00% instcombine.NumSunkInst 2554523 -> 2554546 +0.00% simplifycfg.NumHoistCommonCode 600762 -> 600764 +0.00% simplifycfg.NumHoistCommonInstrs 1718041 -> 1718045 +0.00% reassociate.NumChanged 4246893 -> 4246896 +0.00% Regressions: adce.NumRemoved 84008 -> 83900 -0.13% correlated-value-propagation.NumCmps 236118 -> 236091 -0.01% simplifycfg.NumFoldBranchToCommonDest 530513 -> 530454 -0.01% correlated-value-propagation.NumPhis 881422 -> 881332 -0.01% jump-threading.NumFolds 1877247 -> 1877163 -0.00% jump-threading.NumThreads 2004287 -> 2004221 -0.00% instcombine.NumTwoIterations 16114190 -> 16114185 -0.00% licm.NumHoisted 3813570 -> 3813569 -0.00% memdep.NumUncacheNonLocalPtr 151960066 -> 151960033 -0.00%
The text was updated successfully, but these errors were encountered:
No branches or pull requests
from: llvm/llvm-project@7f06d8a
to: llvm/llvm-project@4c78c8c
commit: 00ec51c
Change Logs
from 7f06d8afb03383dea33379f9c06d010d6ee3f14e to 4c78c8cc2184125f86f9df194e1820b0da3158fa
4c78c8cc2184125f86f9df194e1820b0da3158fa [clang][bytecode] Fix discarding block expressions (#112185)
f3947aaa37f464e05c1a28ce871f5f982c5e2746 [gn] port aa44f59abf39
bdf241cab35ee6c6c0a00e14711fb77e9ac49704 ValueTracking: handle more ops in isNotCrossLaneOperation (#112183)
429387a71ce20b7890cc32073c61c4114053b558 [RISCV] Support Expressions in .insn Directives (#111893)
e692af85966903614d470a7742ed89d124baf1a6 [MLIR] Update APInt construction to correctly set isSigned/implicitTrunc (#110466)
8b20f1b92444a95c16e0a21161515dbf5b03f424 [MIR] Fix tests for flags in register info (#112179)
9edc454ee601e04500529c98b753d3bd8f427d01 [InstCombine] Drop range attributes in
foldIsPowerOf2OrZero
(#112178)39aae575744de7ae77e755142e0746a5b473b3ed [ORC] skip reoptimization tests on PPC.
The text was updated successfully, but these errors were encountered: