AVX: Add support for vbroadcast from BUILD_VECTOR and refactor some of the vbroadcast...
[oota-llvm.git] / test / CodeGen / X86 / avx-vbroadcast.ll
index 89b41884401ea52d1a401b5e83f7ed6de45db1af..8fbd02ac7d2474647cac11fc7d341e04239116f9 100644 (file)
@@ -1,7 +1,4 @@
 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=corei7-avx -mattr=+avx | FileCheck %s
-; XFAIL: *
-
-; xfail this file for now because of PR8156, when it gets solved merge this with avx-splat.ll
 
 ; CHECK: vbroadcastsd (%
 define <4 x i64> @A(i64* %ptr) nounwind uwtable readnone ssp {