Skip to content

Conversation

c8ef
Copy link
Contributor

@c8ef c8ef commented Aug 22, 2025

@llvmbot llvmbot added flang Flang issues not falling into any other category flang:fir-hlfir labels Aug 22, 2025
@llvmbot
Copy link
Member

llvmbot commented Aug 22, 2025

@llvm/pr-subscribers-flang-fir-hlfir

Author: Connector Switch (c8ef)

Changes

Fix failure in https://lab.llvm.org/buildbot/#/builders/53/builds/19265.


Full diff: https://github.com/llvm/llvm-project/pull/154956.diff

1 Files Affected:

  • (modified) flang/test/Lower/Intrinsics/atand.f90 (+1-1)
diff --git a/flang/test/Lower/Intrinsics/atand.f90 b/flang/test/Lower/Intrinsics/atand.f90
index 45303228a42b5..c27de4b5afbe7 100644
--- a/flang/test/Lower/Intrinsics/atand.f90
+++ b/flang/test/Lower/Intrinsics/atand.f90
@@ -63,4 +63,4 @@ function test_real16_yx(y, x)
 ! CHECK-LABEL: @_QPtest_real16_yx
 ! CHECK: %[[atan2:.*]] = math.atan2 %{{.*}}, %{{.*}}: f128
 ! CHECK: %[[factor:.*]] = arith.constant 57.295779513082320876798154814105{{.*}} : f128
-! CHECK: %{{.*}} = arith.mulf %[[atan]], %[[factor]] fastmath<contract> : f128
+! CHECK: %{{.*}} = arith.mulf %[[atan2]], %[[factor]] fastmath<contract> : f128

@c8ef c8ef requested review from tblah and vzakhari August 22, 2025 14:13
@c8ef
Copy link
Contributor Author

c8ef commented Aug 22, 2025

This one is very straight forward. Let's make CI green ASAP!

@c8ef c8ef merged commit db63c57 into llvm:main Aug 22, 2025
12 checks passed
@c8ef c8ef deleted the atand branch August 22, 2025 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flang:fir-hlfir flang Flang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants