[PATCH] D83172: [Attributor] Create getter function for the ID of the abstract attribute

Kuter Dinel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 5 01:33:31 PDT 2020


kuter added a comment.

This seems like too much code duplication.
I think we can have a macro to declare `getIdAddr` and the `getName` function.
I am curious what other people think about this.


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

https://reviews.llvm.org/D83172





More information about the llvm-commits mailing list