You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This ticket captures a few issues that were seen in math intrinsic lowering.
llvm intrinsic lowering table contain entries for calls to the math library for atan, cosh, sinh.
By default math intrinsics are outlined, this can impact vectorisation since the outlined function name is not known to the llvm vectoriser but the llvm intrinsic name is known.
There is no support for intrinsics with complex inputs in llvm lowering.
There is no support for kind=10,16 in generic/pgmath lowering.
The text was updated successfully, but these errors were encountered:
This ticket captures a few issues that were seen in math intrinsic lowering.
The text was updated successfully, but these errors were encountered: