[llvm] [HVX] Support lowering of setuo, seto. (PR #140765)
via llvm-commits
llvm-commits at lists.llvm.org
Thu May 22 11:30:45 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 {
----------------
kaushik-quicinc wrote:
Generated the ll from clang. "__builtin_isnan" is lowered to fcmp uno.
https://github.com/llvm/llvm-project/pull/140765
More information about the llvm-commits
mailing list