[llvm] [AArch64][SME]Check streaming mode when using SME2 instruction in fra… (PR #109680)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 26 05:34:02 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
----------------
CarolineConcatto wrote:
Maybe there is a problem in the backend, but when it does not add sve it does not recognise the scalable vector types.
https://github.com/llvm/llvm-project/pull/109680
More information about the llvm-commits
mailing list