[PATCH] D113177: [NPM] Fix bug in llvm/utils/reduce_pipeline.py

Markus Lavin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 4 03:04:56 PDT 2021


markus created this revision.
markus added reviewers: uabelho, aeubanks.
markus requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D113177

Files:
  llvm/utils/reduce_pipeline.py
  llvm/utils/reduce_pipeline_test/fake_opt.py
  llvm/utils/reduce_pipeline_test/test.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113177.384689.patch
Type: text/x-patch
Size: 6102 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211104/3650c1d2/attachment.bin>


More information about the llvm-commits mailing list