[PATCH] D106033: [OpenMP] Folding threadLimit and numThreads when single value in kernels

Jose Manuel Monsalve Diaz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 23 07:21:42 PDT 2021


josemonsalve2 updated this revision to Diff 361196.
josemonsalve2 added a comment.

- Created a single function receiving a string instead of one per attribute: foldKernelFnAttribute
- Removed pesimisticFixpoint if no kernel is found.
- Adding Check for the ReachingKernelEntries valid state
- Removed unnecesary comments


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106033

Files:
  llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
  llvm/lib/Transforms/IPO/OpenMPOpt.cpp
  llvm/test/Transforms/OpenMP/get_hardware_num_threads_in_block_fold.ll
  openmp/libomptarget/deviceRTLs/target_interface.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106033.361196.patch
Type: text/x-patch
Size: 11872 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210723/b783616f/attachment.bin>


More information about the llvm-commits mailing list