[all-commits] [llvm/llvm-project] 35651f: [IR] Add AttributeBitSet wrapper (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Jun 15 12:28:47 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 35651fdd4537c081ca47acde58b6fd4b5f6997b3
https://github.com/llvm/llvm-project/commit/35651fdd4537c081ca47acde58b6fd4b5f6997b3
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-06-15 (Mon, 15 Jun 2020)
Changed paths:
M llvm/lib/IR/AttributeImpl.h
M llvm/lib/IR/Attributes.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list