diff options
author | Nadav Rotem <nadav.rotem@intel.com> | 2011-11-15 22:50:37 +0000 |
---|---|---|
committer | Nadav Rotem <nadav.rotem@intel.com> | 2011-11-15 22:50:37 +0000 |
commit | f8c10e5cb1779920307e05ce1d9bc57e7463e040 (patch) | |
tree | 4df024ae515e827206d94ad9b97bf8d4b6f2b6bb /test | |
parent | 62f009af414c6dd448637cdaeb5d3f4c5804d94e (diff) | |
download | external_llvm-f8c10e5cb1779920307e05ce1d9bc57e7463e040.zip external_llvm-f8c10e5cb1779920307e05ce1d9bc57e7463e040.tar.gz external_llvm-f8c10e5cb1779920307e05ce1d9bc57e7463e040.tar.bz2 |
AVX: Add support for vbroadcast from BUILD_VECTOR and refactor some of the vbroadcast code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144720 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/X86/avx-vbroadcast.ll | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/CodeGen/X86/avx-vbroadcast.ll b/test/CodeGen/X86/avx-vbroadcast.ll index 89b4188..8fbd02a 100644 --- a/test/CodeGen/X86/avx-vbroadcast.ll +++ b/test/CodeGen/X86/avx-vbroadcast.ll @@ -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 { |