[PATCH] D37674: [X86][SKX][KNL] Updating several CodeGen tests to use the attr flag instead of mcpu flag

Gadi Haber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 11 00:53:31 PDT 2017


gadi.haber updated this revision to Diff 114541.
gadi.haber added a comment.

Added the following comment to pr32329.ll:
"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

Files:
  test/CodeGen/X86/pr32329.ll


Index: test/CodeGen/X86/pr32329.ll
===================================================================
--- test/CodeGen/X86/pr32329.ll
+++ test/CodeGen/X86/pr32329.ll
@@ -1,6 +1,7 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
 ; RUN: llc < %s -mtriple=i686-unknown   -mattr=+avx512f,+avx512bw,+avx512vl,+avx512dq | FileCheck %s -check-prefix=X86
 ; RUN: llc < %s -mtriple=x86_64-unknown -mattr=+avx512f,+avx512bw,+avx512vl,+avx512dq | FileCheck %s -check-prefix=X64
+; According to https://bugs.llvm.org/show_bug.cgi?id=32329 it checks DAG ISEL failure on SKX target
 
 %struct.AA = type { i24, [4 x i8] }
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37674.114541.patch
Type: text/x-patch
Size: 644 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170911/03265a96/attachment.bin>


More information about the llvm-commits mailing list