[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:48:36 PST 2023


vporpo added a comment.

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

This is to make it easier to track changes to the attributes for Checkpointing, but regardless I think this is generally useful e.g., for debugging, as you can watch all 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