llvm/llvm-project
Vedi su GitHub[CodeGen] llc silently ignores -{start|stop}-{after|before} options
Open
#138.831 aperta il 7 mag 2025
good first issuellvm:codegen
Metriche repository
- Star
- (26.378 star)
- Metriche merge PR
- (Merge medio 1g 2h) (1000 PR mergiate in 30 g)
Descrizione
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.