[llvm] [DAG] computeKnownFPClass - add ISD::EXTRACT_VECTOR_ELT handling (PR #190307)

Xinlong Chen via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 19 01:37:39 PDT 2026


================
@@ -22,6 +22,88 @@ define i8 @iszero_constant_v4f32() nounwind {
   ret i8 %r
 }
 
+define i1 @extract_idx0_const_vec_isnan() nounwind {  ; vec = <QNaN, 2.0, +Inf, -Inf>, idx=0, isnan -> true
----------------
Xinlong-Chen wrote:

Done

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


More information about the llvm-commits mailing list