[all-commits] [llvm/llvm-project] 1d4ca4: [OpenMPIRBuilder] Detect ambiguous InsertPoints fo...

Michael Kruse via All-commits all-commits at lists.llvm.org
Thu Jan 20 14:11:50 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1d4ca42b43805f7199b921f35c1257b2cbad72c9
      https://github.com/llvm/llvm-project/commit/1d4ca42b43805f7199b921f35c1257b2cbad72c9
  Author: Michael Kruse <llvm-project at meinersbur.de>
  Date:   2022-01-20 (Thu, 20 Jan 2022)

  Changed paths:
    M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp

  Log Message:
  -----------
  [OpenMPIRBuilder] Detect ambiguous InsertPoints for apply*WorkshareLoop. NFC.

Follow-up on D117226 for applyStaticWorkshareLoop and
applyDynamicWorkshareLoop checking for conflicting InertPoints via an
assert. There is no in-tree code that violates this assertion, hence
nothing changes.




More information about the All-commits mailing list