[all-commits] [llvm/llvm-project] 8696d1: [OpenACC][CIR] Implement 'async' lowering for comb...

Qinkun Bao via All-commits all-commits at lists.llvm.org
Fri May 16 09:44:53 PDT 2025


  Branch: refs/heads/users/qinkunbao/spr/convert-specialcaselistsections-from-stringmap-to-vector-1
  Home:   https://github.com/llvm/llvm-project
  Commit: 8696d16242d220373460ab17f9fc10b2dd5d38dc
      https://github.com/llvm/llvm-project/commit/8696d16242d220373460ab17f9fc10b2dd5d38dc
  Author: erichkeane <ekeane at nvidia.com>
  Date:   2025-05-16 (Fri, 16 May 2025)

  Changed paths:
    M clang/lib/CIR/CodeGen/CIRGenOpenACCClause.h
    M clang/test/CIR/CodeGenOpenACC/combined.cpp
    M clang/test/CIR/CodeGenOpenACC/openacc-not-implemented.cpp

  Log Message:
  -----------
  [OpenACC][CIR] Implement 'async' lowering for combined constructs

Implementation is 'trivial' as were the rest of the non data clauses, so
this implements them, finishing the last non-data/var-list clause for
combined constructs.  Also ensures this is properly tested.


  Commit: f8639543084a15100ae1d72a431cb145c4269142
      https://github.com/llvm/llvm-project/commit/f8639543084a15100ae1d72a431cb145c4269142
  Author: Qinkun Bao <qinkun at google.com>
  Date:   2025-05-16 (Fri, 16 May 2025)

  Changed paths:
    M clang/lib/CIR/CodeGen/CIRGenOpenACCClause.h
    M clang/test/CIR/CodeGenOpenACC/combined.cpp
    M clang/test/CIR/CodeGenOpenACC/openacc-not-implemented.cpp
    M llvm/include/llvm/Support/SpecialCaseList.h

  Log Message:
  -----------
  reformat the Section construtor

Created using spr 1.3.6


Compare: https://github.com/llvm/llvm-project/compare/ee1d5242341b...f8639543084a

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