[all-commits] [llvm/llvm-project] ec97e1: [OpenMP][IRBuilder] Fix createSections

Shraiysh via All-commits all-commits at lists.llvm.org
Wed Dec 1 01:42:12 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ec97e1206abd6f30a1b549db62e87bea8dee0082
      https://github.com/llvm/llvm-project/commit/ec97e1206abd6f30a1b549db62e87bea8dee0082
  Author: Shraiysh Vaishay <Shraiysh.Vaishay at amd.com>
  Date:   2021-12-01 (Wed, 01 Dec 2021)

  Changed paths:
    M clang/test/OpenMP/cancel_codegen.cpp
    M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
    M llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp

  Log Message:
  -----------
  [OpenMP][IRBuilder] Fix createSections

Fix for the case when there are no instructions in the entry basic block before the call
to `createSections`

Reviewed By: Meinersbur

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




More information about the All-commits mailing list