[llvm-branch-commits] [llvm] AArch64: Fix some missing llvm.frexp test coverage (PR #146691)

David Green via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Jul 2 23:28:25 PDT 2025


================
@@ -141,6 +141,43 @@ define <2 x i32> @test_frexp_v2f16_v2i32_only_use_exp(<2 x half> %a) {
   ret <2 x i32> %result.1
 }
 
+define { <3 x float>, <3 x i32> } @test_frexp_v3f16_v3i32(<3 x float> %a) {
----------------
davemgreen wrote:

f16 -> f32

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


More information about the llvm-branch-commits mailing list