This is an archive of the discontinued LLVM Phabricator instance.

Use initializer list in the constructor of M68kLegalizerInfo
AbandonedPublic

Authored by 0x59616e on Nov 30 2021, 3:42 AM.

Details

Summary

Using initializer list is cleaner. And also this paves the way for extending the functionality of M68k GISel. NFC.

Diff Detail

Event Timeline

0x59616e created this revision.Nov 30 2021, 3:42 AM
0x59616e requested review of this revision.Nov 30 2021, 3:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 30 2021, 3:42 AM
0x59616e abandoned this revision.Dec 1 2021, 4:47 AM

I think the patch of extending functionality on M68kLegalizerInfo won't be too big to review.

So I will merge this patch to the next one.