Commits

Joe Groff committed 5fc62094c7e
IRGen: Fix handling of u_to_s_checked_trunc with runtime checks disabled. I forgot to update this case from an implementation that doesn't work. Factor out the common implementation with the other cases and use it in both places. This enables the libraries and tests to build and run with -DSWIFT_RUNTIME_CHECKS=OFF. Swift SVN r12609