[PATCH] D44057: [SimplifyCFG] Create attribute to disable simplifyCFG.

Matt Morehouse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 8 08:24:20 PST 2018


morehouse added a comment.

In https://reviews.llvm.org/D44057#1026415, @hfinkel wrote:

> Do you actually want to disable all CFG simplifications, or do you just need to disable things that convert from control flow to something else (e.g., select formation)?


Less aggressive alternative:  https://reviews.llvm.org/D44232.


https://reviews.llvm.org/D44057





More information about the llvm-commits mailing list