[all-commits] [llvm/llvm-project] bf3122: [InstCombine] Remove unused variables in InstCombi...

Jie Fu (傅杰) via All-commits all-commits at lists.llvm.org
Sun Dec 31 02:41:37 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bf312263bfee5d70a37a2269d62f08cf264ca415
      https://github.com/llvm/llvm-project/commit/bf312263bfee5d70a37a2269d62f08cf264ca415
  Author: Jie Fu <jiefu at tencent.com>
  Date:   2023-12-31 (Sun, 31 Dec 2023)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp

  Log Message:
  -----------
  [InstCombine] Remove unused variables in InstCombineSelect.cpp (NFC)

llvm-project/llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp:3810:14: error: unused variable 'LHS' [-Werror,-Wunused-variable]
 3810 |       Value *LHS, *RHS;
      |              ^~~
llvm-project/llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp:3810:20: error: unused variable 'RHS' [-Werror,-Wunused-variable]
 3810 |       Value *LHS, *RHS;
      |




More information about the All-commits mailing list