[llvm] 88be0a2 - [X86] Ensure we're testing the misched-matrix.ll tests with the generic cpu

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 19 06:39:03 PST 2022


Author: Simon Pilgrim
Date: 2022-11-19T14:38:53Z
New Revision: 88be0a21975b8f6fb5e48c86ba86543315794d6b

URL: https://github.com/llvm/llvm-project/commit/88be0a21975b8f6fb5e48c86ba86543315794d6b
DIFF: https://github.com/llvm/llvm-project/commit/88be0a21975b8f6fb5e48c86ba86543315794d6b.diff

LOG: [X86] Ensure we're testing the misched-matrix.ll tests with the generic cpu

Noticed when experimenting with using tuning parameters to control ILP mode

Added: 
    

Modified: 
    llvm/test/CodeGen/X86/misched-matrix.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/X86/misched-matrix.ll b/llvm/test/CodeGen/X86/misched-matrix.ll
index 178bea92867e..e909348eaa38 100644
--- a/llvm/test/CodeGen/X86/misched-matrix.ll
+++ b/llvm/test/CodeGen/X86/misched-matrix.ll
@@ -1,10 +1,10 @@
-; RUN: llc < %s -mtriple=x86_64-- -mcpu=core2 -pre-RA-sched=source -enable-misched \
+; RUN: llc < %s -mtriple=x86_64-- -mcpu=generic -pre-RA-sched=source -enable-misched \
 ; RUN:          -misched-topdown -verify-machineinstrs \
 ; RUN:     | FileCheck %s -check-prefix=TOPDOWN
-; RUN: llc < %s -mtriple=x86_64-- -mcpu=core2 -pre-RA-sched=source -enable-misched \
+; RUN: llc < %s -mtriple=x86_64-- -mcpu=generic -pre-RA-sched=source -enable-misched \
 ; RUN:          -misched=ilpmin -verify-machineinstrs \
 ; RUN:     | FileCheck %s -check-prefix=ILPMIN
-; RUN: llc < %s -mtriple=x86_64-- -mcpu=core2 -pre-RA-sched=source -enable-misched \
+; RUN: llc < %s -mtriple=x86_64-- -mcpu=generic -pre-RA-sched=source -enable-misched \
 ; RUN:          -misched=ilpmax -verify-machineinstrs \
 ; RUN:     | FileCheck %s -check-prefix=ILPMAX
 ;


        


More information about the llvm-commits mailing list