[all-commits] [llvm/llvm-project] 8512f6: libclc: Stop building amdgpu targets all as tahiti...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu Feb 12 11:58:44 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8512f6d3320c2418b6aebf0e392a6e30a4498034
      https://github.com/llvm/llvm-project/commit/8512f6d3320c2418b6aebf0e392a6e30a4498034
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2026-02-12 (Thu, 12 Feb 2026)

  Changed paths:
    M libclc/CMakeLists.txt

  Log Message:
  -----------
  libclc: Stop building amdgpu targets all as tahiti (#181107)

It is wrong to compile as tahiti, and then treat everything
else as an alias. The IR is tainted with "target-cpu"="tahiti".
Optimizations on the libclc build can break the program, even if
the target-cpu is ultimately overridden by -mlink-builtin-bitcode.

The main risk of doing this is if mesa is still relying on finding
the subtarget suffixed bc file. As far as I can tell clover has been
removed, and rusticl only uses the spirv versions.



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