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

Vasileios Porpodas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 14 13:29:48 PST 2023


vporpo added a comment.

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


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