[llvm] [LLVM][AArch64] Allow vector converts to run in streaming mode with … (PR #177375)
Jonathan Thackray via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 6 06:20:33 PST 2026
================
@@ -1,8 +1,9 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc -enable-subreg-liveness -mattr=+sve -force-streaming-compatible < %s | FileCheck %s
; RUN: llc -enable-subreg-liveness -mattr=+sme -force-streaming < %s | FileCheck %s
-; RUN: llc -enable-subreg-liveness -mattr=+sme2p2 -force-streaming-compatible < %s | FileCheck %s --check-prefix=USE-NEON-NO-GPRS
; RUN: llc -enable-subreg-liveness -force-streaming-compatible < %s | FileCheck %s --check-prefix=NONEON-NOSVE
+; RUN: llc -mattr=+sme -mattr=+fprcvt -mattr=+fullfp16 -force-streaming < %s | FileCheck %s --check-prefix=USE-FPRCVT
+; RUN: llc -mattr=+sve -mattr=+fprcvt -mattr=+fullfp16 -force-streaming-compatible < %s | FileCheck %s --check-prefix=USE-FPRCVT
----------------
jthackray wrote:
super nit: extra space here. s/llc -mattr/llc -mattr/
https://github.com/llvm/llvm-project/pull/177375
More information about the llvm-commits
mailing list