This is an archive of the discontinued LLVM Phabricator instance.

SROA: move AATags member into base OpSplitter class. NFC.
AcceptedPublic

Authored by t.p.northover on Dec 7 2018, 2:54 AM.

Details

Reviewers
chandlerc
Summary

Split out from https://reviews.llvm.org/D54743.

The member was duplicated in all users of the class so it makes sense to live there. Additionally, incoming alignment handling makes even more sense in the base class and makes added consistency an argument.

Diff Detail

Repository
rL LLVM

Event Timeline

t.p.northover created this revision.Dec 7 2018, 2:54 AM
This revision is now accepted and ready to land.Dec 23 2018, 1:37 AM