[PATCH] D81889: [gicombiner] Allow disable-rule option to disable all-except-...

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 16 10:27:11 PDT 2020


paquette added a comment.

The point here is to allow people to only enable specific rules, right?

Maybe an interface like this would be a bit simpler?

`--my_combiner-only-enable-rules="rule1,rule2,rule3,..."`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81889





More information about the llvm-commits mailing list