[llvm] [IR] Allow fast math flags on calls with homogeneous FP struct types (PR #110506)

Thorsten Schütt via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 30 08:32:23 PDT 2024


================
@@ -1122,6 +1122,26 @@ define void @fastMathFlagsForArrayCalls([2 x float] %f, [2 x double] %d1, [2 x <
   ret void
 }
 
+declare { float, float } @fmf_struct_f32()
+declare { double, double } @fmf_struct_f64()
+declare { <4 x double>, <4 x double> } @fmf_struct_v4f64()
----------------
tschuett wrote:

And empty and an odd number of entries

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


More information about the llvm-commits mailing list