[PATCH] D37674: [X86][SKX][KNL] Updating several CodeGen tests to use the attr flag instead of mcpu flag
Elena Demikhovsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 11 00:39:22 PDT 2017
delena added inline comments.
================
Comment at: test/CodeGen/X86/pr32329.ll:4
+; RUN: llc < %s -mtriple=x86_64-unknown -mattr=+avx512f,+avx512bw,+avx512vl,+avx512dq | FileCheck %s -check-prefix=X64
%struct.AA = type { i24, [4 x i8] }
----------------
Please add a comment about this test: According to https://bugs.llvm.org/show_bug.cgi?id=32329
it checks DAG ISEL failure on SKX target.
Repository:
rL LLVM
https://reviews.llvm.org/D37674
More information about the llvm-commits
mailing list