This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Split scheduler class for integer min/max reduction from other integer reductions. NFC
ClosedPublic

Authored by craig.topper on Jul 12 2023, 12:31 PM.

Details

Summary

Our downstream needs to give different scheduling for min/max from
other reductions.

Diff Detail

Event Timeline

craig.topper created this revision.Jul 12 2023, 12:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 12 2023, 12:31 PM
craig.topper requested review of this revision.Jul 12 2023, 12:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 12 2023, 12:31 PM
Herald added subscribers: eopXD, MaskRay. · View Herald Transcript
michaelmaitland accepted this revision.Jul 12 2023, 12:35 PM

LGTM, can you mark patch as NFC though?

This revision is now accepted and ready to land.Jul 12 2023, 12:35 PM
craig.topper retitled this revision from [RISCV] Split scheduler class for integer min/max reduction from other integer reductions. to [RISCV] Split scheduler class for integer min/max reduction from other integer reductions. NFC.Jul 12 2023, 12:49 PM
This revision was landed with ongoing or failed builds.Jul 12 2023, 12:58 PM
This revision was automatically updated to reflect the committed changes.