[PATCH] D75209: [OPENMP][NVPTX]Fix PR45003: add support for complex functions.

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 6 10:28:57 PST 2020


ABataev added a comment.

In D75209#1909976 <https://reviews.llvm.org/D75209#1909976>, @jdoerfert wrote:

> I am unsure we need this with the proper math support. Sema patch for that is going for review today. I'll try this out soon.


It has nothing to do with the math functions support. These functions are required for the definition of __muldc3/__divdc3/__mulsc2/__divsc3 functions emitted for the complex types. CUDA does absolutely the same.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75209/new/

https://reviews.llvm.org/D75209





More information about the cfe-commits mailing list