[PATCH] D105780: [Attributes] Determine attribute properties from TableGen data
Madhur Amilkanthwar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 11 09:27:20 PDT 2021
madhur13490 added inline comments.
================
Comment at: llvm/include/llvm/IR/Attributes.td:14
+/// Attribute property base class.
+class AttrProperty;
+
----------------
What about a better name - something like, AttrPlace or AttrLocation?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105780/new/
https://reviews.llvm.org/D105780
More information about the llvm-commits
mailing list