[llvm] [X86] Remove TuningPOPCNTFalseDeps from AlderLake (PR #154004)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 18 02:04:50 PDT 2025
================
@@ -1,6 +1,7 @@
; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=haswell | FileCheck %s --check-prefix=HSW
; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=skylake | FileCheck %s --check-prefix=SKL
; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=skx | FileCheck %s --check-prefix=SKL
+; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=alderlake | FileCheck %s --check-prefix=ADL
----------------
RKSimon wrote:
Can this file be generated with the update script and we share more prefixes?
https://github.com/llvm/llvm-project/pull/154004
More information about the llvm-commits
mailing list