Commits

Joe Groff committed 6c3efc0d8f8
IRGen: Use opaque Builtin.IntNN metadata for Builtin.Vec types. Builtin.Int128 and Builtin.Int256 already have the proper size and alignment for common vector types on our platform, and since they're opaque builtins, they only need placeholder metadata. Swift SVN r29890