[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
================
@@ -1,5 +1,111 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 2
; RUN: llc -mtriple=aarch64-gnu-linux < %s | FileCheck -check-prefixes=CHECK %s
+; RUN: llc -mtriple=aarch64-windows-pc-msvc < %s | FileCheck -check-prefixes=WINDOWS %s
+define { half, i32 } @test_frexp_f16_i32(half %a) {
----------------
davemgreen wrote:
Add a newline after the RUN lines.
https://github.com/llvm/llvm-project/pull/146691
More information about the llvm-branch-commits
mailing list