[PATCH] D44232: [SimplifyCFG] Create attribute to disable select formation.
Hal Finkel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 21 16:16:06 PDT 2018
hfinkel added a comment.
In https://reviews.llvm.org/D44232#1045092, @morehouse wrote:
> In https://reviews.llvm.org/D44232#1045010, @hfinkel wrote:
>
> > Yea, I think that we should name this something else. It's more than just disabling select formation (which, as we discussed, we'd probably just want to undo in CGP). The problem is optimizations that interfere with the libFuzzer input-value-matching heuristics -- that's really the thing that we need to disable earlier in the pipeline. Thoughts?
>
>
> no_cfg_select_formation -> no_cfg_cmp_simplification?
opt_for_fuzzing?
https://reviews.llvm.org/D44232
More information about the llvm-commits
mailing list