[all-commits] [llvm/llvm-project] 0b1160: Fix OpenMP Opt for target without a parallel region.

Gheorghe-Teodor Bercea via All-commits all-commits at lists.llvm.org
Tue Sep 6 09:05:16 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0b1160fdebf108be5e30d09826533f00aee01359
      https://github.com/llvm/llvm-project/commit/0b1160fdebf108be5e30d09826533f00aee01359
  Author: Doru Bercea <doru.bercea at amd.com>
  Date:   2022-09-06 (Tue, 06 Sep 2022)

  Changed paths:
    M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
    M llvm/test/Transforms/OpenMP/always_inline_device.ll
    M llvm/test/Transforms/OpenMP/get_hardware_num_threads_in_block_fold.ll
    M llvm/test/Transforms/OpenMP/single_threaded_execution.ll
    M llvm/test/Transforms/OpenMP/spmdization_guarding_two_reaching_kernels.ll

  Log Message:
  -----------
  Fix OpenMP Opt for target without a parallel region.

Remove ctx redeclaration.

Format code.

Remove parallel check. Modify tests. Clean-up code.

Fix another test.

Move code to helper functions.

Format file.

Minor fixes.




More information about the All-commits mailing list