[PATCH] D38756: [x86] use an insert op to put one variable element into a constant of vectors
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 10 13:00:11 PDT 2017
RKSimon added inline comments.
================
Comment at: test/CodeGen/X86/insert-into-constant-vector.ll:9
; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=+avx512f | FileCheck %s --check-prefix=X32AVX --check-prefix=X32AVX512F
; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512f | FileCheck %s --check-prefix=X32AVX --check-prefix=X64AVX512F
----------------
You're using X32SSE/X32AVX on 64-bit targets
https://reviews.llvm.org/D38756
More information about the llvm-commits
mailing list