[llvm] [HEXAGON] Fix semantics of ordered FP compares (PR #131089)

via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 13 11:54:59 PDT 2025


================
@@ -0,0 +1,189 @@
+; RUN: llc -march=hexagon < %s | FileCheck %s
----------------
aankit-ca wrote:

This nan check is not needed for vector fp comparisons. The `vcmp.gt` instruction returns false if any of the values are nan's. There's already a lit test to check this here: https://github.com/llvm/llvm-project/blob/main/llvm/test/CodeGen/Hexagon/autohvx/vector-compare-float.ll

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


More information about the llvm-commits mailing list