[llvm] [DAG] computeKnownFPClass - add ISD::SPLAT_VECTOR handling (PR #189780)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 1 02:00:36 PDT 2026
================
@@ -0,0 +1,104 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=riscv64 -mattr=+v,+f,+d -target-abi lp64d < %s | FileCheck %s
+
+define i1 @isinf_f32(float %x) {
----------------
RKSimon wrote:
most of these aren't splat tests
https://github.com/llvm/llvm-project/pull/189780
More information about the llvm-commits
mailing list