[PATCH] D151696: [x86] Remove CPU_SPECIFIC* MACROs and add getManglingForCPU
Freddy, Ye via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 15 23:07:51 PDT 2023
FreddyYe marked 2 inline comments as done.
FreddyYe added inline comments.
================
Comment at: llvm/test/CodeGen/X86/cpus-intel.ll:26
; RUN: llc < %s -o /dev/null -mtriple=i686-unknown-unknown -mcpu=emeraldrapids 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --allow-empty
+; RUN: llc < %s -o /dev/null -mtriple=i686-unknown-unknown -mcpu=generic 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --allow-empty
+; RUN: llc < %s -o /dev/null -mtriple=i686-unknown-unknown -mcpu=pentium_ii 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --allow-empty
----------------
RKSimon wrote:
> Keeping all the aliased cpus variants RUN together will make maintenance easier (e.g. pentium_mmx)
Updated, not sure if I understood your point. pls review again.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151696/new/
https://reviews.llvm.org/D151696
More information about the cfe-commits
mailing list