[all-commits] [llvm/llvm-project] 21a8c6: [offload] Remove bad assert in StaticLoopChunker::...

macurtis-amd via All-commits all-commits at lists.llvm.org
Fri Mar 28 02:53:21 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 21a8c63cdc36abbf38b4402c9eb34a26598b8476
      https://github.com/llvm/llvm-project/commit/21a8c63cdc36abbf38b4402c9eb34a26598b8476
  Author: macurtis-amd <macurtis at amd.com>
  Date:   2025-03-28 (Fri, 28 Mar 2025)

  Changed paths:
    M offload/DeviceRTL/src/Workshare.cpp
    A offload/test/offloading/fortran/target-teams-dist-nest-par.f90

  Log Message:
  -----------
  [offload] Remove bad assert in StaticLoopChunker::Distribute (#132705)

When building with asserts enabled, this can actually cause strange
miscompilations because an incorrect llvm.assume is generated at the
point of the assertion.



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