[PATCH] D14702: AVX512 : VMOVDDUP implementation.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 16 11:28:50 PST 2015


RKSimon added inline comments.

================
Comment at: test/CodeGen/X86/vector-shuffle-256-v4.ll:4
@@ -3,3 +3,3 @@
 ; RUN: llc < %s -mcpu=knl -mattr=+avx512vl | FileCheck %s --check-prefix=AVX512VL
 
 target triple = "x86_64-unknown-unknown"
----------------
If the avx512 tests include the "--check-prefix=ALL" argument then some of these tests (including the new movddup entries) won't require a separate AVX512VL entry.


Repository:
  rL LLVM

http://reviews.llvm.org/D14702





More information about the llvm-commits mailing list