[llvm] 650beee - [AArch64] Change misched-fusion-cmp-bcc.ll to use valid cpu names. NFC

David Green via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 31 04:30:01 PST 2025


Author: David Green
Date: 2025-01-31T12:29:55Z
New Revision: 650beee9125dc784978ed1716f62fe89fd157f58

URL: https://github.com/llvm/llvm-project/commit/650beee9125dc784978ed1716f62fe89fd157f58
DIFF: https://github.com/llvm/llvm-project/commit/650beee9125dc784978ed1716f62fe89fd157f58.diff

LOG: [AArch64] Change misched-fusion-cmp-bcc.ll to use valid cpu names.  NFC

Added: 
    

Modified: 
    llvm/test/CodeGen/AArch64/misched-fusion-cmp-bcc.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AArch64/misched-fusion-cmp-bcc.ll b/llvm/test/CodeGen/AArch64/misched-fusion-cmp-bcc.ll
index 1034e072922a09..700a060ef968fe 100644
--- a/llvm/test/CodeGen/AArch64/misched-fusion-cmp-bcc.ll
+++ b/llvm/test/CodeGen/AArch64/misched-fusion-cmp-bcc.ll
@@ -4,9 +4,9 @@
 ; RUN: llc %s -o - -O0 -mtriple=aarch64-unknown -mcpu=cortex-a78ae  | FileCheck %s
 ; RUN: llc %s -o - -O0 -mtriple=aarch64-unknown -mcpu=cortex-a78c   | FileCheck %s
 ; RUN: llc %s -o - -O0 -mtriple=aarch64-unknown -mcpu=cortex-a710   | FileCheck %s
-; RUN: llc %s -o - -O0 -mtriple=aarch64-unknown -mcpu=cortex-x715   | FileCheck %s
-; RUN: llc %s -o - -O0 -mtriple=aarch64-unknown -mcpu=cortex-x720   | FileCheck %s
-; RUN: llc %s -o - -O0 -mtriple=aarch64-unknown -mcpu=cortex-x720ae | FileCheck %s
+; RUN: llc %s -o - -O0 -mtriple=aarch64-unknown -mcpu=cortex-a715   | FileCheck %s
+; RUN: llc %s -o - -O0 -mtriple=aarch64-unknown -mcpu=cortex-a720   | FileCheck %s
+; RUN: llc %s -o - -O0 -mtriple=aarch64-unknown -mcpu=cortex-a720ae | FileCheck %s
 ; RUN: llc %s -o - -O0 -mtriple=aarch64-unknown -mcpu=cortex-x1     | FileCheck %s
 ; RUN: llc %s -o - -O0 -mtriple=aarch64-unknown -mcpu=cortex-x2     | FileCheck %s
 ; RUN: llc %s -o - -O0 -mtriple=aarch64-unknown -mcpu=neoverse-v2   | FileCheck %s


        


More information about the llvm-commits mailing list