[all-commits] [llvm/llvm-project] a4d1a9: [AMDGPU] Remove unused variables in SILowerSGPRSpi...
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Fri Apr 25 03:01:16 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a4d1a9d6d5c44d37b926e675e6f707eb35b601b0
https://github.com/llvm/llvm-project/commit/a4d1a9d6d5c44d37b926e675e6f707eb35b601b0
Author: Jie Fu <jiefu at tencent.com>
Date: 2025-04-25 (Fri, 25 Apr 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/SILowerSGPRSpills.cpp
Log Message:
-----------
[AMDGPU] Remove unused variables in SILowerSGPRSpills.cpp (NFC)
/llvm-project/llvm/lib/Target/AMDGPU/SILowerSGPRSpills.cpp:172:25:
error: unused variable 'RI' [-Werror,-Wunused-variable]
const SIRegisterInfo *RI = ST.getRegisterInfo();
^
1 error generated.
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