Skip to content

Pull requests: llvm/llvm-project

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

[InstCombine] Try to infer type for load/store when replacing memcpy llvm:instcombine Covers the InstCombine, InstSimplify and AggressiveInstCombine passes llvm:transforms
#169966 opened Nov 29, 2025 by inbelic Loading…
[InstCombine] Fold icmp samesign u{gt/lt} (X +nsw C2), C -> icmp s{gt/lt} X, (C - C2) llvm:instcombine Covers the InstCombine, InstSimplify and AggressiveInstCombine passes llvm:transforms
#169960 opened Nov 28, 2025 by wermos Loading…
InstCombine: fold umax/umin(shl(umax/umin(x,C1),s),C3) -> umax/umin(shl(x,s),C3) when safe (#139786) llvm:instcombine Covers the InstCombine, InstSimplify and AggressiveInstCombine passes llvm:transforms
#169943 opened Nov 28, 2025 by cs25mtech12013-commits Loading…
[InstCombine] Always fold assumes to use operand bundles llvm:instcombine Covers the InstCombine, InstSimplify and AggressiveInstCombine passes llvm:transforms
#169923 opened Nov 28, 2025 by philnik777 Loading…
[Delinearization] Add validation for large size arrays llvm:analysis Includes value tracking, cost tables and constant folding llvm:transforms
#169902 opened Nov 28, 2025 by kasuga-fj Loading…
[CoroEarly] Infer presplitcoroutine attribute for Switch-Resumed ABI clang:codegen IR generation bugs: mangling, exceptions, etc. coroutines C++20 coroutines llvm:transforms
#169866 opened Nov 28, 2025 by NewSigma Draft
[AArch64][ARM] Optimize more tbl/tbx calls into shufflevector backend:AArch64 backend:ARM llvm:instcombine Covers the InstCombine, InstSimplify and AggressiveInstCombine passes llvm:transforms
#169748 opened Nov 26, 2025 by valadaptive Loading…
[AArch64][ARM] Move ARM-specific InstCombine transforms to new module backend:AArch64 backend:ARM llvm:instcombine Covers the InstCombine, InstSimplify and AggressiveInstCombine passes llvm:transforms
#169589 opened Nov 26, 2025 by valadaptive Loading…
ProTip! Filter pull requests by the default branch with base:main.