[clang] [llvm] [MIPS] Add FeatureMSA to i6400 and i6500 cores (PR #134985)
    Min-Yih Hsu via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon May  5 08:55:19 PDT 2025
    
    
  
================
@@ -0,0 +1,724 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=mips64 -mcpu=i6500 < %s | FileCheck %s --check-prefixes=ALL
+; RUN: llc -mtriple=mips64 -mcpu=i6400 < %s | FileCheck %s --check-prefixes=ALL
----------------
mshockwave wrote:
if there is only a single CHECK prefix, please use the default one
https://github.com/llvm/llvm-project/pull/134985
    
    
More information about the llvm-commits
mailing list