[PATCH] D98411: [OpenCL] Respect calling convention for builtin

Sven van Haastregt via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 12 05:41:48 PST 2021


svenvh accepted this revision.
svenvh added a comment.

In D98411#2621736 <https://reviews.llvm.org/D98411#2621736>, @ldrumm wrote:

> @Anastasia @svenvh is this already covered by https://reviews.llvm.org/D98039 ?

D98039 <https://reviews.llvm.org/D98039> adds the calling convention for OpenCL language builtins during Sema, so it should not affect code generation of calls to `__translate_sampler_initializer`.

Your fix LGTM, thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98411



More information about the cfe-commits mailing list