Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with math intrinsic lowering #1544

Open
kiranchandramohan opened this issue Mar 22, 2022 · 0 comments
Open

Issues with math intrinsic lowering #1544

kiranchandramohan opened this issue Mar 22, 2022 · 0 comments

Comments

@kiranchandramohan
Copy link
Collaborator

This ticket captures a few issues that were seen in math intrinsic lowering.

  1. llvm intrinsic lowering table contain entries for calls to the math library for atan, cosh, sinh.
  2. 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.
  3. There is no support for intrinsics with complex inputs in llvm lowering.
  4. There is no support for kind=10,16 in generic/pgmath lowering.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant