mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add -enable-ossa-simplifycfg and -enable-ossa-jumpthread-simplifycfg
as temporary flags to gradually stage in OSSA tests.
This commit is contained in:
@@ -203,7 +203,8 @@ SILLinkage getSpecializedLinkage(SILFunction *f, SILLinkage linkage);
|
||||
/// function \p Fn.
|
||||
bool tryCheckedCastBrJumpThreading(
|
||||
SILFunction *fn, DominanceInfo *dt,
|
||||
SmallVectorImpl<SILBasicBlock *> &blocksForWorklist);
|
||||
SmallVectorImpl<SILBasicBlock *> &blocksForWorklist,
|
||||
bool EnableOSSARewriteTerminator);
|
||||
|
||||
/// A utility for deleting one or more instructions belonging to a function, and
|
||||
/// cleaning up any dead code resulting from deleting those instructions. Use
|
||||
|
||||
Reference in New Issue
Block a user