[llvm] [AArch64][SME]Check streaming mode when using SME2 instruction in fra… (PR #109680)
Sander de Smalen via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 23 11:35:14 PDT 2024
================
@@ -3,7 +3,8 @@
; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve2 -verify-machineinstrs < %s | FileCheck %s --check-prefixes=NOPAIR
; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sme2 -verify-machineinstrs -force-streaming < %s | FileCheck %s --check-prefixes=PAIR
; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve2p1 -verify-machineinstrs < %s | FileCheck %s --check-prefixes=PAIR
-
+; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sme2 -mattr=+sve2 -verify-machineinstrs < %s | FileCheck %s --check-prefixes=NOPAIR
+; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sme2 -mattr=+sve2 -verify-machineinstrs -force-streaming < %s | FileCheck %s --check-prefixes=PAIR
----------------
sdesmalen-arm wrote:
Is this different from the RUN command on line 4?
https://github.com/llvm/llvm-project/pull/109680
More information about the llvm-commits
mailing list