[llvm] [Hexagon] Improve QFP Optimizer (PR #166647)
Ikhlas Ajbar via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 6 08:16:08 PST 2025
================
@@ -2,7 +2,7 @@
; type as first parameter instead of a sf type without
; any conversion instruction of type sf = qf32
-; RUN: llc -mtriple=hexagon < %s -o - | FileCheck %s
+; RUN: llc -mtriple=hexagon -mattr=+hvx-length128b,+hvxv75,+v75,-long-calls,-small-data < %s -o - | FileCheck %s
----------------
iajbar wrote:
I do not think this test require these flags: -long-calls,-small-data
https://github.com/llvm/llvm-project/pull/166647
More information about the llvm-commits
mailing list