This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel] Delete unused TargetPassConfig::addPreRegBankSelect
AbandonedPublic

Authored by MaskRay on Dec 8 2019, 9:33 AM.

Details

Reviewers
qcolombet
Summary

If there is a need in the future, addRegBankSelect() can be used instead.

Event Timeline

MaskRay created this revision.Dec 8 2019, 9:33 AM

Hi @MaskRay,

I would rather we keep it. Although like you said we could piggyback on addRegBankSelect, it is clearer to have a separate method and that's consistent with the other GISel passes.

Cheers,
-Quentin

MaskRay abandoned this revision.Dec 16 2019, 5:18 PM