[PATCH] D43423: [SimplifyCFG] Create flag to disable simplifyCFG.

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 16 17:17:24 PST 2018


vitalybuka added inline comments.


================
Comment at: llvm/lib/Transforms/Utils/SimplifyCFG.cpp:109
 
 static cl::opt<bool> MergeCondStores(
     "simplifycfg-merge-cond-stores", cl::Hidden, cl::init(true),
----------------
why metadata instead of cl:opt like these?


https://reviews.llvm.org/D43423





More information about the llvm-commits mailing list