[PATCH] D74387: [SYCL] Do not diagnose use of __float128

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 11 08:27:06 PST 2020


ABataev added a comment.

I would add a check for the use of unsupported types in kernels. They should not be allowed to be used if target does not support it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74387





More information about the cfe-commits mailing list