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] 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… updated Nov 30, 2025
[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… updated Nov 30, 2025
[ConstantFolding] Constant fold nextafter and nexttoward llvm:analysis Includes value tracking, cost tables and constant folding llvm:instcombine Covers the InstCombine, InstSimplify and AggressiveInstCombine passes llvm:transforms
#168794 opened Nov 19, 2025 by sivakusayan Loading… updated Nov 30, 2025
[WPD] Change Devirt Cutoff to use DebugCounter llvm:transforms
#170009 opened Nov 29, 2025 by boomanaiden154 Loading… updated Nov 29, 2025
[NFC] Fix multi-line RUN statement in a test. llvm:transforms
#170011 opened Nov 29, 2025 by mingmingl-llvm Loading… updated Nov 29, 2025
[StackProtector] Introduce stack-protect-refinement pass to remove unnecessary protections. backend:AArch64 backend:ARM backend:X86 clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' clang Clang issues not falling into any other category debuginfo llvm:globalisel llvm:transforms LTO Link time optimization (regular/full LTO or ThinLTO)
#150390 opened Jul 24, 2025 by Mermen Loading… updated Nov 29, 2025
[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… updated Nov 28, 2025
[AggressiveInstCombine] Fix memory location for alias analysis llvm:transforms
#169953 opened Nov 28, 2025 by dtcxzyw Loading… updated Nov 28, 2025
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… updated Nov 28, 2025
ProTip! Type g i on any issue or pull request to go back to the issue listing page.