[RISCV] Remove combineCmpOp and associated code. NFCI
authorCraig Topper <craig.topper@sifive.com>
Mon, 24 Jul 2023 16:05:43 +0000 (09:05 -0700)
committerCraig Topper <craig.topper@sifive.com>
Mon, 24 Jul 2023 16:05:44 +0000 (09:05 -0700)
commit9d9cde5a903ac9b20059b7bc815aa2381d02f6f4
tree30878507ed7382d25c2ca9cd93c9150ecc021d98
parent0fa004e0724b4398f999b8bffbc37f524e41f66e
[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
llvm/lib/Target/RISCV/RISCVISelLowering.cpp