[llvm] [AArch64][SVE] Lower scalar FP converts to SVE when Neon is unavailable (PR #112564)
Sander de Smalen via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 24 01:55:13 PDT 2024
================
@@ -1,16 +1,26 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -force-streaming-compatible < %s | FileCheck %s
+; RUN: llc -mattr=+sve -force-streaming-compatible < %s | FileCheck %s
----------------
sdesmalen-arm wrote:
nit: could you also add a RUN line for +sme and `-force-streaming` ?
https://github.com/llvm/llvm-project/pull/112564
More information about the llvm-commits
mailing list