[all-commits] [llvm/llvm-project] b0e0cd: [AMDGPU] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sun Oct 30 13:10:12 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b0e0cdf1c7c4cea9eba8054c5ef7de531751ee79
https://github.com/llvm/llvm-project/commit/b0e0cdf1c7c4cea9eba8054c5ef7de531751ee79
Author: Kazu Hirata <kazu at google.com>
Date: 2022-10-30 (Sun, 30 Oct 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
Log Message:
-----------
[AMDGPU] Fix a warning
This patch fixes:
llvm/lib/Target/AMDGPU/SIInstrInfo.cpp:7383: warning: enumerated
mismatch in conditional expression:
‘llvm::AMDGPU::UfmtGFX11::UnifiedFormat’ vs
‘llvm::AMDGPU::UfmtGFX10::UnifiedFormat’
More information about the All-commits
mailing list