[PATCH] D32819: [IR] Switch AttributeList to use an array for O(1) access

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 11 18:08:10 PDT 2017


rnk updated this revision to Diff 98708.
rnk added a comment.

- Undo AttributeList indexing change


https://reviews.llvm.org/D32819

Files:
  clang/lib/CodeGen/CodeGenAction.cpp
  llvm/include/llvm/IR/Attributes.h
  llvm/include/llvm/IR/Instructions.h
  llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/lib/Bitcode/Writer/ValueEnumerator.cpp
  llvm/lib/IR/AttributeImpl.h
  llvm/lib/IR/Attributes.cpp
  llvm/lib/IR/Instructions.cpp
  llvm/lib/IR/Verifier.cpp
  llvm/lib/Transforms/Utils/FunctionComparator.cpp
  llvm/utils/git-svn/git-llvm

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32819.98708.patch
Type: text/x-patch
Size: 33835 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170512/33d2b742/attachment-0001.bin>


More information about the llvm-commits mailing list