[PATCH] D110445: [NFC] Avoid some AttrBuilder redundant initialization

2022-02-04 Thread Nikita Popov via Phabricator via cfe-commits
nikic added a comment. This one can probably be abandoned after the AttrMask/AttrBuilder changes that have been made? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D110445/new/ https://reviews.llvm.org/D110445 _

[PATCH] D110445: [NFC] Avoid some AttrBuilder redundant initialization

2021-09-24 Thread Nikita Popov via Phabricator via cfe-commits
nikic added a comment. Wouldn't this go against https://llvm.org/docs/CodingStandards.html#do-not-use-static-constructors? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D110445/new/ https://reviews.llvm.org/D110445