[PATCH] D44232: [SimplifyCFG] Create attribute to disable select formation.
Matt Morehouse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 21 15:35:05 PDT 2018
morehouse added a comment.
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?
https://reviews.llvm.org/D44232
More information about the llvm-commits
mailing list