Commits

Roman Levenstein committed a8cf05343fd
Don't try to optimize non-addr types in simplifyCheckedCastAddrBranchInst. Sometimes, during intermediate optimization steps, the operands of produced checked_cast_addr_br instructions do not actually have address types. Don't try to optimize further in such cases. Let the optimizer clean-up those instructions. Swift SVN r27373