[all-commits] [llvm/llvm-project] 779af9: [AMDGPU] Fix -Wunused-variable in SIInsertWaitcnts...
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Thu Jan 18 03:29:32 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 779af9b713d78b60e724e2a14c6490045b13b640
https://github.com/llvm/llvm-project/commit/779af9b713d78b60e724e2a14c6490045b13b640
Author: Jie Fu <jiefu at tencent.com>
Date: 2024-01-18 (Thu, 18 Jan 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
Log Message:
-----------
[AMDGPU] Fix -Wunused-variable in SIInsertWaitcnts.cpp (NFC)
llvm-project/llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp:1539:10:
error: unused variable 'SWaitInst' [-Werror,-Wunused-variable]
auto SWaitInst =
^
1 error generated.
More information about the All-commits
mailing list