Skip to content
New issue

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

Update diff February 18th 2025, 10:32:54 am #2131

Closed
github-actions bot opened this issue Feb 18, 2025 · 0 comments
Closed

Update diff February 18th 2025, 10:32:54 am #2131

github-actions bot opened this issue Feb 18, 2025 · 0 comments
Labels

Comments

@github-actions
Copy link
Contributor

from: llvm/llvm-project@0b719d3
to: llvm/llvm-project@bc4f05d
commit: 9d606a1

Change Logs

from 0b719d3d63100c6af66b015f796ab74d3d218107 to bc4f05d8a8a4f908252aba9444571de4398d4288

bc4f05d8a8a4f908252aba9444571de4398d4288 [AMDGPU] Early bail in getFunctionCodeSize for meta inst. NFC. (#127129)
2b71df5a74cb5bd67f3f34277749dc920fd35105 [mlir][x86vector] AVX512-BF16 Convert packed F32 to BF16 (#125685)
2fdb26da619cd09e3ccc8d154e48eb0034474823 [clang][RISCV] Introduce preprocessor macro when Zicfiss-based shadow stack is enabled (#127592)
61ab476460516f4bd60a03a46902e801d0db7306 [SPIR-V] Fix out-of-range value for NumWorkgroups builtin (#127198)
b8054104d36d0b26b2a445d61ba12cf0fe6ba805 LLVM/Test: Mark Mips readcyclecounter.ll XFAIL: expensive_checks (#127587)
9fec0a0942f5a11f4dcfec20aa485a8513661720 [libclc] Disable external-calls testing for clspv targets (#127529)
22ef210100ca9ccfee6198a18fa0aae62950f481 Revert "[flang][Lower][OpenMP] Don't read moldarg for static sized array" (#127596)
d4a0848dc6678bc4ce8c74855a818dfc8c30a088 [SelectionDAG] Add PARTIAL_REDUCE_U/SMLA ISD Nodes (#125207)
88dd372d673c7e6967c93aa2879f0ef04fc7ac20 [flang][Lower][OpenMP] Don't read moldarg for static sized array (#125901)
252c83bc9ef9fc885e9e6517f1b4423188bb919f [clang][Sema] Fix type of an statement expression ending with an atomic type (#119711)
f7c71f162269a10a635c4125142ae8b0a194f3aa [Clang][P1061] Consolidate ResolvedUnpexandedPackExpr into FunctionParmPackExpr (#125394)
6a360b313d27e46988d573a663e9127622eb205c AMDGPU: Remove redundant inline constant check (#127582)
03cb46d248b08fa7ca740d78f0847adcc3e76ad8 [CodeGen] Use getSignedConstant() in more places (#127501)
e235fcb582eec5f58c905b66f96d0732d17b875e [BOLT] Only link and initialize supported targets (#127509)
13de15c9c49068db850368c45ffed8f7bbf07f20 [clang-format] Fix a bug in annotating StartOfName (#127545)
1ae9dd31a21022d360e5f1efa32a71c4073c7e18 [X86] combineConcatVectorOps - add EXTEND_VECTOR_INREG() 512-bit handling (#127530)
d49c3181e68de20ebd5f8e9fc5f4ad3ce20cad6d [X86] emitEpilogue - silence implicit integer extension warning. (#127185)
b227c2578cc77e2113846b270d0b0a08f53e8019 [mlir][scf] add unroll-full option to test-loop-unrolling pass (#127158)
251377c47d296000158347d6a1cba2e6b30132a3 [InstCombine] Fold shift+cttz with power of 2 operands (#127055)
77410f2a25529c9675853cf30c76168cccfe0f5d [mlir][tensor] Remove unnecessary include.
ab8d99530d4e80b619c19681781eac5f545b2c38 [mlir][bazel] Fix after llvm/llvm-project#127544
6e532700f86f56b51506cc5a733f4f21fd03ab03 [clang][bazel] Port llvm/llvm-project@d09cce1
6b2e511aedb1b372ecd6eaa89720dc3586f3ae19 [RISCV] Implement isHighLatencyDef() (#127476)
6ba34f9e7374109e2d2119b5de3c196aa928f179 [RISCV] Use policy instead of ForceTailAgnostic for vmsbf/vmsif/vmsof pseudos. (#127535)
a5e6ccf546932118cbbab6633f5d599914fd75ec [mlir][bazel] Port llvm/llvm-project@517800e (#127544)
d09cce166de9fc4fa243bdb4a2ea22df08110abd [clang][Index] Use HeuristicResolver in libIndex (#125153)

Improvements:
  alignment-from-assumptions.NumStoreAlignChanged 6 -> 11 +83.33%
  correlated-value-propagation.NumReturns 135 -> 203 +50.37%
  attributor.NumAAs 1734811 -> 2588577 +49.21%
  loop-unroll.NumCompletelyUnrolled 541 -> 691 +27.73%
  loop-unroll.NumUnrolled 542 -> 692 +27.68%
  lower-expect-intrinsic.ExpectIntrinsicsHandled 170480 -> 216736 +27.13%
  constraint-elimination.NumCondsRemoved 1735216 -> 2202654 +26.94%
  early-cse.NumCSECVP 80884 -> 100564 +24.33%
  abstract-call-sites.NumCallbackCallSites 7997 -> 9773 +22.21%
  dse.NumFastStores 725648 -> 882667 +21.64%
Regressions:
  reassociate.NumFactor 2984 -> 2612 -12.47%
  correlated-value-propagation.NumAShrsRemoved 255 -> 234 -8.24%
  correlated-value-propagation.NumAnd 36931 -> 34211 -7.37%
  vector-combine.NumScalarBO 196 -> 183 -6.63%
  abstract-call-sites.NumInvalidAbstractCallSitesUnknownCallee 749 -> 705 -5.87%
  globaldce.NumVFuncs 23246 -> 22202 -4.49%
  early-cse.NumCSECall 24365 -> 23312 -4.32%
  loop-simplifycfg.NumLoopExitsDeleted 2781 -> 2690 -3.27%
  libcalls-shrinkwrap.NumWrappedTwoCond 161 -> 157 -2.48%
  instsimplify.NumExpand 138690 -> 135343 -2.41%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant