[all-commits] [llvm/llvm-project] 3f3ec9: [OpenMP][FIX] Collect blocks to be outlined after ...

Johannes Doerfert via All-commits all-commits at lists.llvm.org
Wed Feb 12 22:43:47 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3f3ec9c40b2574929b41b93ac38484081b49837b
      https://github.com/llvm/llvm-project/commit/3f3ec9c40b2574929b41b93ac38484081b49837b
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2020-02-13 (Thu, 13 Feb 2020)

  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][FIX] Collect blocks to be outlined after finalization

Finalization can introduce new blocks we need to outline as well so it
makes sense to identify the blocks that need to be outlined after
finalization happened. There was also a minor unit test adjustment to
account for the fact that we have a single outlined exit block now.




More information about the All-commits mailing list