[llvm] Constant Fold Logf128 calls (PR #84501)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 6 13:06:36 PDT 2024
================
@@ -0,0 +1,119 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 4
+; RUN: opt < %s -passes=instsimplify -S | FileCheck %s
+
+; REQUIRES: has_logf128
+; REQUIRES: aarch64-registered-target
----------------
arsenm wrote:
This doesn't require aarch64
https://github.com/llvm/llvm-project/pull/84501
More information about the llvm-commits
mailing list