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

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 2 18:56:18 PST 2018


hfinkel added a comment.

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)?


https://reviews.llvm.org/D44057





More information about the llvm-commits mailing list