This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Avoid some AttrBuilder redundant initialization
AbandonedPublic

Authored by serge-sans-paille on Sep 24 2021, 1:39 PM.

Details

Reviewers
nikic
Summary

When compiling sqlite amalgamation, this drops instruction count
from 5,871,802,226, to 5,867,475,615, which is not very significant but not
something to be frowned upon either.

Diff Detail

Event Timeline

serge-sans-paille requested review of this revision.Sep 24 2021, 1:39 PM
serge-sans-paille created this revision.
serge-sans-paille retitled this revision from Summary Bold to [NFC] Avoid some AttrBuilder redundant initialization.Sep 24 2021, 1:47 PM
serge-sans-paille edited the summary of this revision. (Show Details)
serge-sans-paille added a reviewer: nikic.
serge-sans-paille set the repository for this revision to rG LLVM Github Monorepo.
Herald added a project: Restricted Project. · View Herald TranscriptSep 24 2021, 1:47 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
nikic added a comment.Feb 4 2022, 5:43 AM

This one can probably be abandoned after the AttrMask/AttrBuilder changes that have been made?

serge-sans-paille abandoned this revision.Feb 4 2022, 7:43 AM