swift
7e03fd27 - Disable checked_cast_br jump threading in ossa temporarily

Commit
1 year ago
Disable checked_cast_br jump threading in ossa temporarily This was enabled in ossa recently. There are 2 bugs: - In CheckedCastBrJumpThreading::Edit::canRAUW, we don't check for canFixUpOwnershipForRAUW. - Currently modifyCFGForSuccessPreds has to be called after modifyCFGForFailurePreds. But modifyCFGForFailurePreds can modify cfg in a way such that OSSA RAUW can no longer be done in modifyCFGForSuccessPreds. This will require an algorithmic change, disabling temporarily to unblock rdar://121484645
Author
Committer
Parents
Loading