[llvm] [TargetLowering] Lower ldexp into target supported instructions (PR #67552)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 7 18:39:09 PDT 2023
================
@@ -0,0 +1,55 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 3
+; RUN: llc -O3 -mtriple=aarch64 -mattr=+sve < %s -o - | FileCheck %s
+
+define dso_local nofpclass(nan inf) double @testExp(double noundef nofpclass(nan inf) %val, i32 noundef %a) {
----------------
huhu233 wrote:
OK, thanks for your suggestions!
https://github.com/llvm/llvm-project/pull/67552
More information about the llvm-commits
mailing list