[all-commits] [llvm/llvm-project] c02b93: [openmp][nfc] Refactor shared/lds smartstack for s...

Jon Chesterfield via All-commits all-commits at lists.llvm.org
Tue Mar 18 13:33:54 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c02b935a9be888bbdf9f8cb0bf980bd411ae5893
      https://github.com/llvm/llvm-project/commit/c02b935a9be888bbdf9f8cb0bf980bd411ae5893
  Author: Jon Chesterfield <jonathanchesterfield at gmail.com>
  Date:   2025-03-18 (Tue, 18 Mar 2025)

  Changed paths:
    M offload/DeviceRTL/src/State.cpp

  Log Message:
  -----------
  [openmp][nfc] Refactor shared/lds smartstack for spirv (#131905)

Spirv doesn't have implicit conversions between address spaces (at least
at present, we might need to change that) and address space qualified
*this pointers are not handled well by clang. This commit changes the
single instance of the smartstack to be explicitly a singleton, for
fractionally simpler IR generation (no this pointer) and to sidestep the
work in progress spirv64-- openmp target not being able to compile the
original version.



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