llvm/llvm-project
[CodeGen] llc silently ignores -{start|stop}-{after|before} options
オープン
#138,831 opened on 2025/05/07
good first issuellvm:codegen
Repository metrics
- Stars
- (26,378 個のスター)
- PR merge metrics
- (平均マージ 1d 2h) (30d で 1,000 merged PRs)
説明
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.