[all-commits] [llvm/llvm-project] acd842: AMDGPU: Export the TargetParser feature bitset
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Jul 31 09:01:20 PDT 2026
Branch: refs/heads/users/arsenm/amdgpu-export-feature-bitset
Home: https://github.com/llvm/llvm-project
Commit: acd842c141740835ab387f65457d27acf8b296af
https://github.com/llvm/llvm-project/commit/acd842c141740835ab387f65457d27acf8b296af
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-07-31 (Fri, 31 Jul 2026)
Changed paths:
M llvm/include/llvm/TargetParser/AMDGPUTargetParser.h
M llvm/lib/TargetParser/AMDGPUTargetParser.cpp
M llvm/unittests/TargetParser/TargetParserTest.cpp
Log Message:
-----------
AMDGPU: Export the TargetParser feature bitset
Previously this bitset was only used to populate the feature
name string map used by clang. Eventually this will replace
the current bitmask integer. AArch64 already has a similar
interface.
Co-authored-by: Claude (Claude-Opus-4.8)
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