Files
swift-mirror/lib/SILOptimizer/FunctionSignatureTransforms/FunctionSignatureOpts.cpp
Nate Chandler c99f12ff40 [SILOptimizer] Added option to force FSO for uncalled functions.
The new flag -sil-fso-optimize-if-not-called forced function signature
optimization to run even on functions which are not called.  Doing so is
helpful for tests to alleviate the burden of writing code to actually
call a function in whose function signature optimization we are
interested.
2019-09-20 10:12:02 -07:00

33 KiB