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

via flang-commits flang-commits at lists.llvm.org
Fri Aug 22 07:49:13 PDT 2025


Author: Connector Switch
Date: 2025-08-22T22:49:09+08:00
New Revision: db63c57c59e67c65f487b2d88cbc9ac89dfdd01b

URL: https://github.com/llvm/llvm-project/commit/db63c57c59e67c65f487b2d88cbc9ac89dfdd01b
DIFF: https://github.com/llvm/llvm-project/commit/db63c57c59e67c65f487b2d88cbc9ac89dfdd01b.diff

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

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

Added: 
    

Modified: 
    flang/test/Lower/Intrinsics/atand.f90

Removed: 
    


################################################################################
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