llvm/llvm-project

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

Open

#138,831 opened on May 7, 2025

View on GitHub
 (8 comments) (0 reactions) (1 assignee)C++ (10,782 forks)batch import
good first issuellvm:codegen

Repository metrics

Stars
 (26,378 stars)
PR merge metrics
 (Avg merge 1d 2h) (1,000 merged PRs in 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.

Contributor guide