[PATCH] D116032: Avoid useless AttrBuilder conversion
serge via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 20 06:39:54 PST 2021
serge-sans-paille added inline comments.
================
Comment at: llvm/include/llvm/IR/Attributes.h:455
+ AttributeSet AS);
static AttributeList get(LLVMContext &C, unsigned Index,
ArrayRef<Attribute::AttrKind> Kinds,
----------------
nikic wrote:
> Duplicate declaration with a few lines below, due to a similar change I landed earlier today (https://github.com/llvm/llvm-project/commit/6e30cb7673df293fd294acef7eadca8050b5a71e).
gotcha
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116032/new/
https://reviews.llvm.org/D116032
More information about the llvm-commits
mailing list