[llvm] [TargetLowering] Lower ldexp into target supported instructions (PR #67552)
    David Green via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sat Oct  7 08:22:36 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) {
----------------
davemgreen wrote:
The tests can usually be cleaned up a little by removing dso_local, noundef and probably the nofpclass.
https://github.com/llvm/llvm-project/pull/67552
    
    
More information about the llvm-commits
mailing list