[all-commits] [llvm/llvm-project] bcd2c3: AMDGPU: Implement bitcode autoupgrade for old styl...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Mar 3 19:17:29 PST 2025


  Branch: refs/heads/users/arsenm/amdgpu/bitcode-autoupgrade-old-enqueue-blocks
  Home:   https://github.com/llvm/llvm-project
  Commit: bcd2c362d14467cc08928ff4cc78783107f26a8e
      https://github.com/llvm/llvm-project/commit/bcd2c362d14467cc08928ff4cc78783107f26a8e
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-03-04 (Tue, 04 Mar 2025)

  Changed paths:
    M llvm/lib/IR/AutoUpgrade.cpp
    M llvm/lib/IR/CMakeLists.txt
    A llvm/test/Bitcode/amdgpu-autoupgrade-enqueued-block.ll

  Log Message:
  -----------
  AMDGPU: Implement bitcode autoupgrade for old style enqueue blocks

Introduces circular dependency in build for appendToUsed, and I'm not
sure it's worth the trouble to fix it. We can most likely get away
without upgrading this. We could move appendToUsed / appendToCompilerUsed
directly to be in Module.



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