[llvm] [HVX] Support lowering of setuo, seto. (PR #140765)
Alexey Karyakin via llvm-commits
llvm-commits at lists.llvm.org
Thu May 22 11:21:13 PDT 2025
================
@@ -0,0 +1,28 @@
+;; RUN: llc --mtriple=hexagon -mattr=+hvxv79,+hvx-length128b %s -o - | FileCheck %s
+
+define dso_local void @store_isnan_f32(ptr %a, ptr %isnan_a) local_unnamed_addr {
----------------
quic-akaryaki wrote:
I guess the function has nothing to do with NaNs any more.
https://github.com/llvm/llvm-project/pull/140765
More information about the llvm-commits
mailing list