[llvm-branch-commits] [llvm] [SelectionDAG] Fix incorrect expansion of `CONVERT_TO_ARBITRARY_FP` (PR #221358)

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sat Sep 5 01:49:48 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
----------------
arsenm wrote:

We have an inline expansion of frexp I would hope would work if there is no call 

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


More information about the llvm-branch-commits mailing list