llvm/llvm-project

[CodeGen] llc silently ignores -{start|stop}-{after|before} options

Aberta

#138.831 aberto em 7 de mai. de 2025

 (8 comentários) (0 reação) (1 responsável)C++ (10.782 forks)batch import
good first issuellvm:codegen

Métricas do repositório

Stars
 (26.378 estrelas)
Métricas de merge de PR
 (Mesclagem média 1d 2h) (1.000 fundiu PRs em 30d)

Description

Particularly, llc -mtriple=amdgcn-- -start-after=dead-mi-elimination,4 should be running remaining passes in the pipeline after the last instance of dead-mi-elimination, but instead this runs no passes.

Guia do colaborador