[PATCH] D144040: [NFC][IR] Force accesses to Function attributes go through getters/setters

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 14 13:38:31 PST 2023


nikic added a reviewer: nikic.
nikic added a comment.
Herald added a subscriber: StephenFan.

In D144040#4127140 <https://reviews.llvm.org/D144040#4127140>, @vporpo wrote:

> It funnels all changes to attributes through a single function, which makes it really easy to track all attribute changes from a single point.

And what is this needed for / what will this be used for?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144040/new/

https://reviews.llvm.org/D144040



More information about the llvm-commits mailing list