[PATCH] D143788: [X86] Add more tests for promoting `blendw` -> `blendd`; NFC
Noah Goldstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 13 08:42:09 PST 2023
goldstein.w.n added inline comments.
================
Comment at: llvm/test/CodeGen/X86/shuffle-blendw.ll:9
+; RUN: llc < %s -mtriple=i686-unknown -mattr=+avx512f,+avx512bw,+avx512dq,+avx512vl | FileCheck %s --check-prefix=X86-AVX512
+; RUN: llc < %s -mtriple=x86_64-unknown -mattr=+avx512f,+avx512bw,+avx512dq,+avx512vl | FileCheck %s --check-prefix=X64-AVX512
+
----------------
RKSimon wrote:
> Add targets with AVX512 but not AVX512BW test coverage?
Think some knl targets have avx512f w.o bw
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143788/new/
https://reviews.llvm.org/D143788
More information about the llvm-commits
mailing list