[all-commits] [llvm/llvm-project] bb8944: clang: Remove dead getConflictOffloadArchCombinati...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Jul 13 12:06:47 PDT 2026
Branch: refs/heads/users/arsenm/clang-remove-dead-conflict-offload-arch
Home: https://github.com/llvm/llvm-project
Commit: bb89444433a26ff638d071d6ca09ade5c37eec8d
https://github.com/llvm/llvm-project/commit/bb89444433a26ff638d071d6ca09ade5c37eec8d
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-07-13 (Mon, 13 Jul 2026)
Changed paths:
M clang/lib/Driver/Driver.cpp
Log Message:
-----------
clang: Remove dead getConflictOffloadArchCombination virtual
The DeviceActionBuilder virtual getConflictOffloadArchCombination() and
its CUDA/HIP overrides were never called. Offload-arch conflict detection
goes through the free getConflictOffloadArchCombination(DenseSet, Triple)
overload instead. Dead since a7d93653a671
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