[PATCH] D154568: [Clang][OpenMP] GPU simd directive code generation

Johannes Doerfert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 6 21:04:16 PDT 2023


jdoerfert added inline comments.


================
Comment at: llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp:1532
+
+}
+
----------------
This is in large parts copied from existing code. Can we extract those parts into helper functions instead of duplicating them?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154568



More information about the cfe-commits mailing list