[all-commits] [llvm/llvm-project] 2dcc71: [AMDGPU] Fix -Wunused-function in GCNDPPCombine.cp...
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Fri Sep 29 03:25:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2dcc71af1879a3da47d51f6eb863873d6cacd0e5
https://github.com/llvm/llvm-project/commit/2dcc71af1879a3da47d51f6eb863873d6cacd0e5
Author: Jie Fu <jiefu at tencent.com>
Date: 2023-09-29 (Fri, 29 Sep 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/GCNDPPCombine.cpp
Log Message:
-----------
[AMDGPU] Fix -Wunused-function in GCNDPPCombine.cpp (NFC)
/llvm-project/llvm/lib/Target/AMDGPU/GCNDPPCombine.cpp:194:17: error: unused function 'getOperandSize' [-Werror,-Wunused-function]
static unsigned getOperandSize(MachineInstr &MI, unsigned Idx,
^
1 error generated.
More information about the All-commits
mailing list