[all-commits] [llvm/llvm-project] 918673: [OpenACC] Fix infinite loop bug with the device_ty...

Erich Keane via All-commits all-commits at lists.llvm.org
Mon May 5 10:36:11 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 91867337ada52fb113d3d4808b5acb5790b869ff
      https://github.com/llvm/llvm-project/commit/91867337ada52fb113d3d4808b5acb5790b869ff
  Author: erichkeane <ekeane at nvidia.com>
  Date:   2025-05-05 (Mon, 05 May 2025)

  Changed paths:
    M clang/lib/Sema/SemaOpenACCClause.cpp
    M clang/test/SemaOpenACC/loop-construct-collapse-clause.cpp

  Log Message:
  -----------
  [OpenACC] Fix infinite loop bug with the device_type checking

I noticed while writing a test that we ended up infinite looping thanks
to an early exit not correctly setting the next step of the loop.



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