[PATCH] D80730: [OPENMP50]Codegen for use_device_addr clauses.

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 10 14:28:49 PDT 2020


ABataev marked an inline comment as done.
ABataev added inline comments.


================
Comment at: clang/lib/Sema/SemaOpenMP.cpp:18508
+      // Component = CreateBuiltinUnaryOp(ELoc, UO_Deref, Component).get();
+      // Component = DefaultFunctionArrayLvalueConversion(Component).get();
+    }
----------------
jdoerfert wrote:
> Leftover?
Yes, forgot to remove


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80730





More information about the cfe-commits mailing list