This is an archive of the discontinued LLVM Phabricator instance.

[VPlan][LoopUtils] Remove unused parameter TTI
ClosedPublic

Authored by Mel-Chen on Aug 16 2023, 11:28 PM.

Details

Summary

This patch removes the member TTI from VPReductionRecipe, as the
generation of reduction operations no longer requires TTI.

Diff Detail

Event Timeline

Mel-Chen created this revision.Aug 16 2023, 11:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 16 2023, 11:28 PM
Mel-Chen requested review of this revision.Aug 16 2023, 11:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 16 2023, 11:28 PM
fhahn accepted this revision.Aug 30 2023, 12:57 AM

LGTM, thanks!

This revision is now accepted and ready to land.Aug 30 2023, 12:57 AM
This revision was landed with ongoing or failed builds.Sep 4 2023, 6:27 AM
This revision was automatically updated to reflect the committed changes.