[PATCH] D105485: [IR] Use a proper type for AttributeList indexing
Guillaume Chatelet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 6 08:02:22 PDT 2021
gchatelet added a comment.
The gist of the patch is the addition of a inner `Index` class inside `AttributeList` see `llvm/include/llvm/IR/Attributes.h`.
This patch should be NFC.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105485/new/
https://reviews.llvm.org/D105485
More information about the llvm-commits
mailing list