[clang] [llvm] [X86] Use generic CPU tuning when tune-cpu is empty (PR #83631)

2024-03-02 Thread via cfe-commits
AtariDreams wrote: > Please check the CI - these failures look relevant > > ``` > Failed Tests (4): > lld :: COFF/lto-cpu-string.ll > lld :: COFF/lto.ll > lld :: ELF/lto/cpu-string.ll > lld :: MachO/lto-cpu-string.ll > ``` they are and I am getting to them.

[clang] [llvm] [X86] Use generic CPU tuning when tune-cpu is empty (PR #83631)

2024-03-02 Thread Simon Pilgrim via cfe-commits
RKSimon wrote: Please check the CI - these failures look relevant ``` Failed Tests (4): lld :: COFF/lto-cpu-string.ll lld :: COFF/lto.ll lld :: ELF/lto/cpu-string.ll lld :: MachO/lto-cpu-string.ll ``` https://github.com/llvm/llvm-project/pull/83631

[clang] [llvm] [X86] Use generic CPU tuning when tune-cpu is empty (PR #83631)

2024-03-01 Thread via cfe-commits
AtariDreams wrote: > This doesn't change any tests? It does now. https://github.com/llvm/llvm-project/pull/83631 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [X86] Use generic CPU tuning when tune-cpu is empty (PR #83631)

2024-03-01 Thread via cfe-commits
https://github.com/AtariDreams updated https://github.com/llvm/llvm-project/pull/83631 >From 740e20934922eca596b082f59f5d2252c9fa1d70 Mon Sep 17 00:00:00 2001 From: Rose <83477269+ataridre...@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:52:58 -0500 Subject: [PATCH] [X86] Use generic CPU