[flang-commits] [flang] [flang][NFC] Fix copy-and-paste error in atand testcase. (PR #154956)
via flang-commits
flang-commits at lists.llvm.org
Fri Aug 22 07:13:21 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-flang-fir-hlfir
Author: Connector Switch (c8ef)
<details>
<summary>Changes</summary>
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
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
``````````
</details>
https://github.com/llvm/llvm-project/pull/154956
More information about the flang-commits
mailing list