[all-commits] [llvm/llvm-project] 7a4290: AMDGPU: Fix -Wextra
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon May 5 08:17:04 PDT 2025
Branch: refs/heads/users/arsenm/issue125548/fix-wextra-warning
Home: https://github.com/llvm/llvm-project
Commit: 7a4290f1358923928902ccfb8d41a22cb1e0fec3
https://github.com/llvm/llvm-project/commit/7a4290f1358923928902ccfb8d41a22cb1e0fec3
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-05-05 (Mon, 05 May 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
Log Message:
-----------
AMDGPU: Fix -Wextra
Another stupid gcc warning. Ideally we would directly use the enum type,
but subregister indexes are emitted as an anonymous enum.
Fixes #125548
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