We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7fdb0 commit db63c57Copy full SHA for db63c57
flang/test/Lower/Intrinsics/atand.f90
@@ -63,4 +63,4 @@ function test_real16_yx(y, x)
63
! CHECK-LABEL: @_QPtest_real16_yx
64
! CHECK: %[[atan2:.*]] = math.atan2 %{{.*}}, %{{.*}}: f128
65
! CHECK: %[[factor:.*]] = arith.constant 57.295779513082320876798154814105{{.*}} : f128
66
-! CHECK: %{{.*}} = arith.mulf %[[atan]], %[[factor]] fastmath<contract> : f128
+! CHECK: %{{.*}} = arith.mulf %[[atan2]], %[[factor]] fastmath<contract> : f128
0 commit comments