[all-commits] [llvm/llvm-project] 64bd4d: [FIX] Add nvptx as required target for some OpenMP...

Shilei Tian via All-commits all-commits at lists.llvm.org
Mon Jun 9 07:28:10 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 64bd4d91efb2de5380c9e61ff75c970293a11886
      https://github.com/llvm/llvm-project/commit/64bd4d91efb2de5380c9e61ff75c970293a11886
  Author: Shilei Tian <i at tianshilei.me>
  Date:   2025-06-09 (Mon, 09 Jun 2025)

  Changed paths:
    M llvm/test/Transforms/OpenMP/nested_parallelism.ll
    M llvm/test/Transforms/OpenMP/remove_globalization.ll
    M llvm/test/Transforms/OpenMP/spmdization_guarding_two_reaching_kernels.ll
    M llvm/test/Transforms/OpenMP/spmdization_no_guarding_two_reaching_kernels.ll

  Log Message:
  -----------
  [FIX] Add nvptx as required target for some OpenMP tests

Those tests set nvptx64 in IR but doesn't require the target. The optimization
now needs TTI such that if nvptx is not registered, it just uses whatever
default target is, which will cause the check lines mismatch.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list