[llvm] arm: fix float to integer conversion with `+mve, -mve.fp` (PR #193319)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 22 02:46:55 PDT 2026
================
@@ -0,0 +1,325 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 6
+; RUN: llc < %s -mtriple=thumbv8m.main-none-eabi -mattr=+v8.1m.main,-mve.fp,+mve | FileCheck %s
+
+; Test that fptosi and fptoui work with the weird combination of `+mve,-mve.fp`,
----------------
davemgreen wrote:
You can remove 'weird'. MVE without fp is a standard supported configuration AFAIU.
https://github.com/llvm/llvm-project/pull/193319
More information about the llvm-commits
mailing list