[PATCH] D38035: [X86][SKX] Added codegen regression test for avx512 instructions scheduling.NFC.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 20 05:44:36 PDT 2017


RKSimon added a comment.

The RUN commands need fixing to better test particular cpu models - I guess at the moment its just generic, knl and skx? Generic should be present (even though its set to SandyBridge right now), knl only needs to present for whatever features it supports, we can use skx for everything else. Worth testing cnl as well?



================
Comment at: test/CodeGen/X86/avx512vpopcntdq-schedule-intrinsics.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -print-schedule -mcpu=skx | FileCheck %s --check-prefix=CHECK
+
----------------
Add -mattr=+avx512vpopcntdq ?


Repository:
  rL LLVM

https://reviews.llvm.org/D38035





More information about the llvm-commits mailing list