[PATCH] D129149: [OMPIRBuilder] Add support for simdlen clause

Prabhdeep Soni via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 6 08:04:15 PDT 2022


psoni2628 added a comment.

In D129149#3632813 <https://reviews.llvm.org/D129149#3632813>, @kiranchandramohan wrote:

> Nit: Also add to the summary that this patch uses the simdlen support in OpenMPIRBuilder when it is enabled in Clang.

I just wanted to clarify that below is what you mean?

  This patch adds OMPIRBuilder support for the simdlen clause for the
  simd directive. It uses the simdlen support in OpenMPIRBuilder when
  it is enabled in clang.


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

https://reviews.llvm.org/D129149



More information about the llvm-commits mailing list