[llvm] [ConstantFold] Fold `logb` and `logbf` when the input parameter is a constant value. (PR #111232)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 8 06:18:43 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
+
----------------
c8ef wrote:
Done.
https://github.com/llvm/llvm-project/pull/111232
More information about the llvm-commits
mailing list