[all-commits] [llvm/llvm-project] 1d6f62: AMDGPU: Fix gcc -Wenum-compare warning
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon May 5 06:17:19 PDT 2025
Branch: refs/heads/users/arsenm/issue125549/fix-enum-warning
Home: https://github.com/llvm/llvm-project
Commit: 1d6f62bbf658bf5349b8d922edb2809c6185ea17
https://github.com/llvm/llvm-project/commit/1d6f62bbf658bf5349b8d922edb2809c6185ea17
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-05-05 (Mon, 05 May 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
Log Message:
-----------
AMDGPU: Fix gcc -Wenum-compare warning
It doesn't like this extended enum idiom, so make the code worse.
Fixes #125549
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