[all-commits] [llvm/llvm-project] eb673b: [OMPIRBuilder] Add the support for compare capture

Shilei Tian via All-commits all-commits at lists.llvm.org
Wed Jun 1 16:53:55 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eb673be5ac8510646692f82a606a1f2c10f24828
      https://github.com/llvm/llvm-project/commit/eb673be5ac8510646692f82a606a1f2c10f24828
  Author: Shilei Tian <i at tianshilei.me>
  Date:   2022-06-01 (Wed, 01 Jun 2022)

  Changed paths:
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
    M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
    M llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp

  Log Message:
  -----------
  [OMPIRBuilder] Add the support for compare capture

This patch adds the support for `compare capture` in `OMPIRBuilder`.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D120007




More information about the All-commits mailing list