[PATCH] D88690: [MetaRenamer][NewPM] Pin tests to legacy PM

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 1 12:50:13 PDT 2020


asbirlea accepted this revision.
asbirlea added a comment.
This revision is now accepted and ready to land.

Folks usually use the metarenamer to obfuscate tests before sharing. It's not aimed to be used in an optimization pipeline, only by itself with opt for debugging purposes.
Pinning tests is fine at this point, but it will be good to have it supported in opt when switching to the NPM. I've found it rather useful in the past.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88690/new/

https://reviews.llvm.org/D88690



More information about the llvm-commits mailing list