[PATCH] D32262: [Bitcode] Refactor attribute group writing to avoid getSlotAttributes
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 19 18:16:17 PDT 2017
rnk created this revision.
That API creates a temporary AttributeList to carry an index and a
single AttributeSet. We need to carry the index in addition to the set,
because that is how attribute groups are currently encoded.
NFC
https://reviews.llvm.org/D32262
Files:
llvm/include/llvm/IR/Attributes.h
llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
llvm/lib/Bitcode/Writer/ValueEnumerator.cpp
llvm/lib/Bitcode/Writer/ValueEnumerator.h
llvm/lib/IR/Attributes.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32262.95866.patch
Type: text/x-patch
Size: 13610 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170420/8cc769de/attachment.bin>
More information about the llvm-commits
mailing list