[llvm] [ConstantFold] Fold `erf` and `erff` when the input parameter is a constant value. (PR #113079)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 20 07:12:34 PDT 2024
================
@@ -0,0 +1,185 @@
+; 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:
Needs a target triple
https://github.com/llvm/llvm-project/pull/113079
More information about the llvm-commits
mailing list