This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Refactor for costs of integer min/max
ClosedPublic

Authored by Miss_Grape on Aug 26 2022, 2:02 AM.

Diff Detail

Event Timeline

Miss_Grape created this revision.Aug 26 2022, 2:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 26 2022, 2:02 AM
Miss_Grape requested review of this revision.Aug 26 2022, 2:02 AM
reames accepted this revision.Aug 26 2022, 7:41 AM

LGTM w/required change.

llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
594

Remove stray break.

This revision is now accepted and ready to land.Aug 26 2022, 7:41 AM
This revision was automatically updated to reflect the committed changes.