[PATCH] D81889: [gicombiner] Allow disable-rule option to disable all-except-...
Aditya Nandakumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 16 15:23:47 PDT 2020
aditya_nandakumar added a comment.
In D81889#2096115 <https://reviews.llvm.org/D81889#2096115>, @paquette wrote:
> 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,..."`
+1.
For starters we should explicitly include the combines we want (or maybe the group) similar to what @paquette suggested.
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