[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:15 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
----------------
sdesmalen-arm wrote:

Does `-mattr=+sve2` make a difference for this test? (I thought it was only the `-force-streaming`). If not, please remove it.

https://github.com/llvm/llvm-project/pull/109680


More information about the llvm-commits mailing list