[PATCH] D145531: [X86] Add ICX target in `unpckpd` tuning tests; NFC

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 8 09:58:06 PST 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG6dbf894b8066: [X86] Add ICX target in `unpckpd` tuning tests; NFC (authored by goldstein.w.n).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145531/new/

https://reviews.llvm.org/D145531

Files:
  llvm/test/CodeGen/X86/tuning-shuffle-unpckpd.ll


Index: llvm/test/CodeGen/X86/tuning-shuffle-unpckpd.ll
===================================================================
--- llvm/test/CodeGen/X86/tuning-shuffle-unpckpd.ll
+++ llvm/test/CodeGen/X86/tuning-shuffle-unpckpd.ll
@@ -1,6 +1,7 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=skylake  | FileCheck %s --check-prefixes=CHECK,CHECK-SKL
 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=x86-64-v3  | FileCheck %s --check-prefixes=CHECK,CHECK-V3
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=icelake-server  | FileCheck %s --check-prefixes=CHECK,CHECK-ICX
 
 define <8 x float> @transform_VUNPCKLPDYrr(<8 x float> %a, <8 x float> %b) nounwind {
 ; CHECK-LABEL: transform_VUNPCKLPDYrr:
@@ -78,5 +79,6 @@
   ret <4 x float> %shufp
 }
 ;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
+; CHECK-ICX: {{.*}}
 ; CHECK-SKL: {{.*}}
 ; CHECK-V3: {{.*}}


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145531.503421.patch
Type: text/x-patch
Size: 1005 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230308/64f27ecb/attachment.bin>


More information about the llvm-commits mailing list