[all-commits] [llvm/llvm-project] 8b1791: [RISCV] Fix -Wunused-function in RISCVVLOptimizer....

Jie Fu (傅杰) via All-commits all-commits at lists.llvm.org
Fri Oct 11 08:05:01 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8b17916217e8443a2740e387ca2ff93acdb46988
      https://github.com/llvm/llvm-project/commit/8b17916217e8443a2740e387ca2ff93acdb46988
  Author: Jie Fu <jiefu at tencent.com>
  Date:   2024-10-11 (Fri, 11 Oct 2024)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVVLOptimizer.cpp

  Log Message:
  -----------
  [RISCV] Fix -Wunused-function in RISCVVLOptimizer.cpp (NFC)

/llvm-project/llvm/lib/Target/RISCV/RISCVVLOptimizer.cpp:125:21:
error: unused function 'operator<<' [-Werror,-Wunused-function]
static raw_ostream &operator<<(raw_ostream &OS, const OperandInfo &OI) {
                    ^
1 error generated.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list