[IR] Add AttributeBitSet wrapper (NFC)
authorNikita Popov <nikita.ppv@gmail.com>
Sun, 14 Jun 2020 21:46:18 +0000 (23:46 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 15 Jun 2020 19:28:25 +0000 (21:28 +0200)
commit35651fdd4537c081ca47acde58b6fd4b5f6997b3
tree07a5655b12f1cdf1967dafcb56b938638dbc5c90
parent72e096fd1e38b56d15f3aa2b82af5aaa8f98e48b
[IR] Add AttributeBitSet wrapper (NFC)

This wraps the uint8_t[12] type used in two places, because I
plan to introduce a third use of the same pattern.
llvm/lib/IR/AttributeImpl.h
llvm/lib/IR/Attributes.cpp