// RUN: %target-swift-frontend -Ounchecked %s -emit-ir | %FileCheck %s // REQUIRES: CPU=x86_64 // rdar://30579970 // REQUIRES: optimized_stdlib // We were missing target transform info and not vectorizing the loop below. // CHECK: xor <{{(2|4|8)}} x i64> public func f(a: UnsafePointer, b: UnsafePointer, count: Int) -> Int { var c = 0 for i in 0..