[all-commits] [llvm/llvm-project] 0bb49a: [AMDGPU] Fix an unused variable warning
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Tue Sep 12 12:06:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0bb49afeaf7c7278e9b5682ef3e24915f6adc956
https://github.com/llvm/llvm-project/commit/0bb49afeaf7c7278e9b5682ef3e24915f6adc956
Author: Kazu Hirata <kazu at google.com>
Date: 2023-09-12 (Tue, 12 Sep 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
Log Message:
-----------
[AMDGPU] Fix an unused variable warning
This patch fixes:
llvm/lib/Target/AMDGPU/SIISelLowering.cpp:2493:33: error: unused
variable 'UserSGPRInfo' [-Werror,-Wunused-variable]
More information about the All-commits
mailing list