[all-commits] [llvm/llvm-project] 49893f: [AMDGPU] Fix -Wunused-variable in SIISelLowering.c...

Jie Fu (傅杰) via All-commits all-commits at lists.llvm.org
Mon Oct 23 18:08:48 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 49893fbff367294913988dea01f8f4ceb418e922
      https://github.com/llvm/llvm-project/commit/49893fbff367294913988dea01f8f4ceb418e922
  Author: Jie Fu <jiefu at tencent.com>
  Date:   2023-10-24 (Tue, 24 Oct 2023)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp

  Log Message:
  -----------
  [AMDGPU] Fix -Wunused-variable in SIISelLowering.cpp (NFC)

/llvm-project/llvm/lib/Target/AMDGPU/SIISelLowering.cpp:11257:7: error: unused variable 'VT' [-Werror,-Wunused-variable]
  EVT VT = N->getValueType(0);
      ^
1 error generated.




More information about the All-commits mailing list