[llvm] [SimplifyLibCalls] Constant fold scalbxx (PR #114417)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 3 08:33:55 PST 2024
================
@@ -0,0 +1,85 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 2
+; RUN: opt -S -passes=instcombine < %s | FileCheck %s
----------------
arsenm wrote:
If you only implement constant folding, should test with instsimplify
https://github.com/llvm/llvm-project/pull/114417
More information about the llvm-commits
mailing list