forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels