[llvm] [AArch64] Allow single-element vector FP converts with +fprcvt (PR #169692)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 28 07:08:47 PST 2025
================
@@ -1,7 +1,9 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc -mattr=+sve -force-streaming-compatible < %s | FileCheck %s
; RUN: llc -mattr=+sme -force-streaming < %s | FileCheck %s
-; RUN: llc -mattr=+sme2p2 -force-streaming-compatible < %s | FileCheck %s --check-prefix=USE-NEON-NO-GPRS
+; RUN: llc -force-streaming-compatible < %s | FileCheck %s --check-prefix=CHECK-STREAMING
+; RUN: llc -force-streaming-compatible -mattr=+fprcvt,+fullfp16 < %s | FileCheck %s --check-prefix=USE-NEON-NO-GPRS
+; RUN: llc -force-streaming-compatible -mattr=+fprcvt,+fullfp16,-neon < %s | FileCheck %s --check-prefix=NO-NEON
----------------
Lukacma wrote:
What is purpose of this line ?
https://github.com/llvm/llvm-project/pull/169692
More information about the llvm-commits
mailing list