[flang-commits] [flang] [flang][NFC] Fix copy-and-paste error in atand testcase. (PR #154956)

Connector Switch via flang-commits flang-commits at lists.llvm.org
Fri Aug 22 07:12:46 PDT 2025


https://github.com/c8ef created https://github.com/llvm/llvm-project/pull/154956

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

>From 3c278bc7ebaf3f92d12edd19ed0d719ddbc09ffd Mon Sep 17 00:00:00 2001
From: c8ef <c8ef at outlook.com>
Date: Fri, 22 Aug 2025 22:11:58 +0800
Subject: [PATCH] [flang][NFC] Fix copy-and-paste error in atand testcase

---
 flang/test/Lower/Intrinsics/atand.f90 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the flang-commits mailing list