This is an archive of the discontinued LLVM Phabricator instance.

[NPM] Fix bug in llvm/utils/reduce_pipeline.py
ClosedPublic

Authored by markus on Nov 4 2021, 3:04 AM.

Details

Summary

Last minute changes in https://reviews.llvm.org/D110908 unfortunately introduced a bug wrt automatic pipeline expansion. This patch fixes it as well as gets rid of redundant variables (string representation of of the pipeline) to avoid that this issue occurs again.

Diff Detail

Event Timeline

markus requested review of this revision.Nov 4 2021, 3:04 AM
markus created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptNov 4 2021, 3:04 AM
aeubanks accepted this revision.Nov 4 2021, 8:58 AM

ah yes I had run into this but forgot to report it. thanks!

This revision is now accepted and ready to land.Nov 4 2021, 8:58 AM
This revision was automatically updated to reflect the committed changes.