[all-commits] [llvm/llvm-project] 55b417: [Offload] Cache symbols in program (#148209)

Ross Brunton via All-commits all-commits at lists.llvm.org
Wed Jul 16 10:33:08 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 55b417a75fb4cbd13066510cba13d1c214095eab
      https://github.com/llvm/llvm-project/commit/55b417a75fb4cbd13066510cba13d1c214095eab
  Author: Ross Brunton <ross at codeplay.com>
  Date:   2025-07-16 (Wed, 16 Jul 2025)

  Changed paths:
    M offload/liboffload/src/OffloadImpl.cpp
    M offload/unittests/OffloadAPI/symbol/olGetSymbol.cpp

  Log Message:
  -----------
  [Offload] Cache symbols in program (#148209)

When creating a new symbol, check that it already exists. If it does,
return that pointer rather than building a new symbol structure.



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