[all-commits] [llvm/llvm-project] fdf99b: [AMDGPU] Fix -Wunused-variable in SIFrameLowering....

Jie Fu (傅杰) via All-commits all-commits at lists.llvm.org
Wed Nov 8 04:50:15 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fdf99b21f3dbe1cbf286e2bcc443b59cf7d9b9be
      https://github.com/llvm/llvm-project/commit/fdf99b21f3dbe1cbf286e2bcc443b59cf7d9b9be
  Author: Jie Fu <jiefu at tencent.com>
  Date:   2023-11-08 (Wed, 08 Nov 2023)

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

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

/llvm-project/llvm/lib/Target/AMDGPU/SIFrameLowering.cpp:1829:8: error: unused variable 'IsChainFunction' [-Werror,-Wunused-variable]
  bool IsChainFunction = MF.getInfo<SIMachineFunctionInfo>()->isChainFunction();
       ^
1 error generated.




More information about the All-commits mailing list