[llvm] [HIPSTDPAR] Add handling for math builtins (PR #140158)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed May 21 01:54:42 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 {
----------------
arsenm wrote:

All in one test functions are harder to review and merge, can you split this at least into only covering the related functions in one caller 

https://github.com/llvm/llvm-project/pull/140158


More information about the llvm-commits mailing list