[PATCH] D106298: [OpenMP] Creating the `NumTeams` and `ThreadLimit` attributes to outlined functions

Jose Manuel Monsalve Diaz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 19 15:34:08 PDT 2021


josemonsalve2 marked 2 inline comments as done.
josemonsalve2 added inline comments.


================
Comment at: clang/lib/CodeGen/CGOpenMPRuntime.cpp:6659
     }
     return nullptr;
   }
----------------
Should I default here to 1? Since this is an `omp target` 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106298



More information about the cfe-commits mailing list