dtcxzyw / dtcxzyw/llvm-codegen-benchmark

Update diff February 4th 2026, 1:10:15 pm

Open
#335 0 comments 0 reactions 0 assignees View on GitHub
regression
Dominant language
No language data
Stars
13
Forks
3
PR merge metrics
No merged PRs in 30d

Description

from: https://github.com/llvm/llvm-project/commit/ed2aa304cac86e7fa88cd271c2d73ffd9e324e22
to: https://github.com/llvm/llvm-project/commit/d24a6754ce8bf980dfc294dbc359bb8528db48b8
commit: cbd9d59a839a742f3d63019a8d7280ddfc19acc1

## Change Logs
from ed2aa304cac86e7fa88cd271c2d73ffd9e324e22 to d24a6754ce8bf980dfc294dbc359bb8528db48b8

[d24a6754ce8bf980dfc294dbc359bb8528db48b8](https://github.com/llvm/llvm-project/commit/d24a6754ce8bf980dfc294dbc359bb8528db48b8) [LowerMemIntrinsics] Optimize memset lowering (#169040)
[a13c6ea80dbd4c0a26ad290595aaf79f25f8ffa9](https://github.com/llvm/llvm-project/commit/a13c6ea80dbd4c0a26ad290595aaf79f25f8ffa9) [CodeGen] Simplify ExpandPostRA::LowerSubregToReg. NFC. (#179634)
[0fe9454c5672a73594fe71e28987760b7d82e3b7](https://github.com/llvm/llvm-project/commit/0fe9454c5672a73594fe71e28987760b7d82e3b7) [X86] Fold EXPAND(X,Y,M) -> SELECT(M,X,Y) when M is a lowest bit mask (#179630)
[a8af0901dd1a8133f0978e11b84e91558aa99873](https://github.com/llvm/llvm-project/commit/a8af0901dd1a8133f0978e11b84e91558aa99873) [clang][bytecode] Don't call getOffset on non-block pointers (#179628)
[7171d6c73bbe791d931632dba27f322edf25fe28](https://github.com/llvm/llvm-project/commit/7171d6c73bbe791d931632dba27f322edf25fe28) [mlir][spirv] Update op examples that diverged from assemblyFormat. NFC. (#179594)
[ea7f8c8032ed224eacf59d1af105d9e16c49f87d](https://github.com/llvm/llvm-project/commit/ea7f8c8032ed224eacf59d1af105d9e16c49f87d) [AArch64] Fix a couple of typos (NFC) (#179639)
[8a2b41b49d754c3664d834416525a8195b220db5](https://github.com/llvm/llvm-project/commit/8a2b41b49d754c3664d834416525a8195b220db5) [X86][NFC] Split mapxf options from mapx_features (#179638)
[49bf907c832b39ff3dec47049eb80a7a192b92b3](https://github.com/llvm/llvm-project/commit/49bf907c832b39ff3dec47049eb80a7a192b92b3) [NFC][LLVM] Make `MachineInstrBuilder::constrainAllUses` return `void` (#179632)
[071bb466db85f52081b10d6e8d26a2c5395e2ece](https://github.com/llvm/llvm-project/commit/071bb466db85f52081b10d6e8d26a2c5395e2ece) [AMDGPU][SIRegisterInfo] Fix maxoffset calculation in buildSpillLoadStore (#179182)
[05db0c466afc9c6fac4ed2785fac8b4709c7cdf4](https://github.com/llvm/llvm-project/commit/05db0c466afc9c6fac4ed2785fac8b4709c7cdf4) [AMDGPU] Add CmpLG and OrN2 operators to LaneMaskConstants (#179493)
[280833247da6c83d371254fda5d2cee397acab47](https://github.com/llvm/llvm-project/commit/280833247da6c83d371254fda5d2cee397acab47) [X86] computeKnownBitsForTargetNode - extend X86ISD::BZHI handling. Fixes 177364. (#179444)
[046413ff3f17998b192316202d56bb2c2471af23](https://github.com/llvm/llvm-project/commit/046413ff3f17998b192316202d56bb2c2471af23) AMDGPU/GlobalISel: Fix sgpr s16 unmerge lowering in regbanklegalize (#179441)
[3462c2b552069cd62dceb006c416ccf9f383f3af](https://github.com/llvm/llvm-project/commit/3462c2b552069cd62dceb006c416ccf9f383f3af) [NFC] Add redirect the output (#179623)
[a631f3e434b41471aa9f852f23bbc1d0ab4fa7bd](https://github.com/llvm/llvm-project/commit/a631f3e434b41471aa9f852f23bbc1d0ab4fa7bd) [X86] Fold vgf2p8affineqb XOR with splat constant into immediate (#179103)
[275eea298b0fc33b02044f552195f6e297aa7801](https://github.com/llvm/llvm-project/commit/275eea298b0fc33b02044f552195f6e297aa7801) [HEXAGON] Extend/Truncate the shift amount into i32 (#179499)
[974b76899953e8f1b3f070c5ce8a3bbbbd29e813](https://github.com/llvm/llvm-project/commit/974b76899953e8f1b3f070c5ce8a3bbbbd29e813) [AArch64] Add clmul AArch64 lowering tests (#179495)
[3a653afd45709432181952c0ffdb53eceb0939ae](https://github.com/llvm/llvm-project/commit/3a653afd45709432181952c0ffdb53eceb0939ae) [libc++] Simplify the implementation of __{un,re}wrap_range (#178381)
[45aa84b4051bf23fbd766ec1d790d7c66103f72a](https://github.com/llvm/llvm-project/commit/45aa84b4051bf23fbd766ec1d790d7c66103f72a) [mlir][tosa]: Add MIN_SHAPE, MAX_SHAPE Ops folders (#179488)
[f537b4e51822b19780386e0575ff95e82f8ec445](https://github.com/llvm/llvm-project/commit/f537b4e51822b19780386e0575ff95e82f8ec445) [libc++] Avoid template instantiations in the duration aliases (#178182)
[90c632ab48748808e95d9bb8cd4f3028888dc1b0](https://github.com/llvm/llvm-project/commit/90c632ab48748808e95d9bb8cd4f3028888dc1b0) [PowerPC] Only set QualName symbol on first section switch (#179253)
[dd02b404b020729a93919e3f6df650119fb99b77](https://github.com/llvm/llvm-project/commit/dd02b404b020729a93919e3f6df650119fb99b77) [X86] Lower CTTZ/CTLZ vXi8 vectors using GF2P8AFFINEQB (#118012)
[2b887ce6044f0badee83bc0556ed4c657ad42ae7](https://github.com/llvm/llvm-project/commit/2b887ce6044f0badee83bc0556ed4c657ad42ae7) [SimpleLoopUnswitch][NFC] move quadratic asserts under EXPENSIVE_CHECKS (#144887)
[87e38d3b9767df0e3a289bf46af11115de14eb7d](https://github.com/llvm/llvm-project/commit/87e38d3b9767df0e3a289bf46af11115de14eb7d) [clang][bytecode][NFC] Add Pointer::canDeref (#179618)
[04c56505f8adbd8e6c4b05318555990cd52df662](https://github.com/llvm/llvm-project/commit/04c56505f8adbd8e6c4b05318555990cd52df662) [NFC][LLVM] Make `constrainSelectedInstRegOperands` return `void` (#179501)
[4553f991a86e202fe216d98c752a50ad754f37f1](https://github.com/llvm/llvm-project/commit/4553f991a86e202fe216d98c752a50ad754f37f1) [SPIRV] selectDot4AddPacked: add missing PackedVectorFormat4x8Bit optional operand (#179476)
[426374ed120763d83691e76342db82de056b9063](https://github.com/llvm/llvm-project/commit/426374ed120763d83691e76342db82de056b9063) [MLIR][Python] Ignore the returned status of `loadDialectModule` in lookup functions (#179609)
[653b336e66db89650b767590fd850f340b8bc067](https://github.com/llvm/llvm-project/commit/653b336e66db89650b767590fd850f340b8bc067) [LegalizeVectorTypes] Don't emit VP_SELECT when widening MLOAD to VP_LOAD (#179478)
[3794b83ae59f79910f9ef573a753435c3f99ec68](https://github.com/llvm/llvm-project/commit/3794b83ae59f79910f9ef573a753435c3f99ec68) [RISCV] Don't emit VP_SETCC in combineVectorSizedSetCCEquality. NFC (#179479)
[85c50299172bbd36ac345d5f50bce4bfee1e5667](https://github.com/llvm/llvm-project/commit/85c50299172bbd36ac345d5f50bce4bfee1e5667) [clang][bytecode] Fix crash when dereferencing cast to larger type (#179030)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.