[all-commits] [llvm/llvm-project] b84127: [OpenACC][CIR] Lowering for 'deviceptr' for comput...

Erich Keane via All-commits all-commits at lists.llvm.org
Fri Jun 6 11:26:58 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b84127bb131cee3ed2400abede345d473bb6130b
      https://github.com/llvm/llvm-project/commit/b84127bb131cee3ed2400abede345d473bb6130b
  Author: erichkeane <ekeane at nvidia.com>
  Date:   2025-06-06 (Fri, 06 Jun 2025)

  Changed paths:
    M clang/lib/CIR/CodeGen/CIRGenOpenACCClause.cpp
    M clang/test/CIR/CodeGenOpenACC/combined.cpp
    M clang/test/CIR/CodeGenOpenACC/kernels.c
    M clang/test/CIR/CodeGenOpenACC/parallel.c
    M clang/test/CIR/CodeGenOpenACC/serial.c

  Log Message:
  -----------
  [OpenACC][CIR] Lowering for 'deviceptr' for compute/combined constructs

This ends up being a simple clause that only adds 'acc.deviceptr' to the
dataOperands list on the compute construct operation.



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