This is an archive of the discontinued LLVM Phabricator instance.

[SelectionDAG] Remove deprecated getLoad, getStore, etc
ClosedPublic

Authored by kazu on Sep 5 2023, 7:33 AM.

Details

Summary

These functions have been deprecated since:

commit 8b1d86aedf13a22e283ee334304063febdaec9c7
Author: Guillaume Chatelet <gchatelet@google.com>
Date:   Mon Jan 23 10:08:01 2023 +0000

commit 355cc3fd8c63f4bddfd328f62c2d9413f492a7fd
Author: Guillaume Chatelet <gchatelet@google.com>
Date:   Tue Jan 24 10:39:58 2023 +0000

Diff Detail

Event Timeline

kazu created this revision.Sep 5 2023, 7:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 5 2023, 7:33 AM
kazu requested review of this revision.Sep 5 2023, 7:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 5 2023, 7:33 AM
MaskRay accepted this revision.Sep 5 2023, 9:56 AM
This revision is now accepted and ready to land.Sep 5 2023, 9:56 AM
This revision was automatically updated to reflect the committed changes.