This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Remove combineCmpOp and associated code. NFCI
ClosedPublic

Authored by craig.topper on Jul 23 2023, 9:59 PM.

Details

Summary

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

Diff Detail

Event Timeline

craig.topper created this revision.Jul 23 2023, 9:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 23 2023, 9:59 PM
craig.topper requested review of this revision.Jul 23 2023, 9:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 23 2023, 9:59 PM
asb accepted this revision.Jul 24 2023, 8:56 AM

LGTM

This revision is now accepted and ready to land.Jul 24 2023, 8:56 AM