[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:14 PDT 2024


================
@@ -1,6 +1,6 @@
 ; 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=+sve,+sme -force-streaming < %s | FileCheck %s
----------------
sdesmalen-arm wrote:

Is `+sve` still needed?

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


More information about the llvm-commits mailing list