[all-commits] [llvm/llvm-project] 9d9cde: [RISCV] Remove combineCmpOp and associated code. NFCI

Craig Topper via All-commits all-commits at lists.llvm.org
Mon Jul 24 09:09:18 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9d9cde5a903ac9b20059b7bc815aa2381d02f6f4
      https://github.com/llvm/llvm-project/commit/9d9cde5a903ac9b20059b7bc815aa2381d02f6f4
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-07-24 (Mon, 24 Jul 2023)

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

  Log Message:
  -----------
  [RISCV] Remove combineCmpOp and associated code. NFCI

This code was originally added in D134277. This transform is now
available in target independent DAG combine after D153502.

Reviewed By: asb

Differential Revision: https://reviews.llvm.org/D156075




More information about the All-commits mailing list