[llvm] [HIPSTDPAR] Add handling for math builtins (PR #140158)
    Alex Voicu via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu May 22 16:21:52 PDT 2025
    
    
  
================
@@ -0,0 +1,243 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -S -passes=hipstdpar-math-fixup %s | FileCheck %s
+
+define void @foo(double noundef %dbl, float noundef %flt, i32 noundef %quo) #0 {
----------------
AlexVlx wrote:
Done.
https://github.com/llvm/llvm-project/pull/140158
    
    
More information about the llvm-commits
mailing list