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

Johannes Doerfert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 10 13:55:55 PDT 2020


jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.

One nit below, the others seem silent. LGTM.



================
Comment at: clang/lib/Sema/SemaOpenMP.cpp:18508
+      // Component = CreateBuiltinUnaryOp(ELoc, UO_Deref, Component).get();
+      // Component = DefaultFunctionArrayLvalueConversion(Component).get();
+    }
----------------
Leftover?


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