[llvm-branch-commits] [llvm] [SelectionDAG] Fix incorrect expansion of `CONVERT_TO_ARBITRARY_FP` (PR #221358)
Min-Yih Hsu via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Sep 4 15:22:32 PDT 2026
================
@@ -0,0 +1,826 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 6
+; RUN: llc -mtriple=riscv64 -mattr=+b,+f < %s | FileCheck %s
----------------
mshockwave wrote:
I tried to test this with zfbfmin enabled but sadly we don't have bf16 version of `frexp` libcall
https://github.com/llvm/llvm-project/pull/221358
More information about the llvm-branch-commits
mailing list