[llvm] [ConstantFold] Fold `logb` and `logbf` when the input parameter is a constant value. (PR #111232)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 7 00:08:53 PDT 2024


================
@@ -0,0 +1,59 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt < %s -passes=instcombine -S | FileCheck %s
+
----------------
arsenm wrote:

Test poison/inf/nan 

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


More information about the llvm-commits mailing list