[llvm] CodeGen: Add ISD::AssertNoFPClass (PR #135946)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 23 04:00:29 PDT 2025


================
@@ -21,9 +21,28 @@ entry:
   ret <4 x float> %c
 }
 
-define { float, float } @struct({ float, float } nofpclass(nan) %a) {
+define { float, float } @struct({ float, float} nofpclass(nan) %a) {
 ; CHECK-LABEL: struct:
 ; CHECK:       // %bb.0:
 ; CHECK-NEXT:    ret
    ret {float, float} %a
 }
+
+%struct.f2 = type { float, float }
----------------
arsenm wrote:

Test the array case, but what I was asking was to test this struct type as the input 

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


More information about the llvm-commits mailing list