[PATCH] D115798: Provide SmallAttrBuilder as a lightweight alternative to AttrBuilder

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 15 05:59:16 PST 2021


serge-sans-paille updated this revision to Diff 394542.
serge-sans-paille added a comment.

Leverage the fact that AttributeSet nodes are already sorted


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115798/new/

https://reviews.llvm.org/D115798

Files:
  clang/include/clang/CodeGen/CodeGenABITypes.h
  clang/lib/CodeGen/CGCall.cpp
  clang/lib/CodeGen/CodeGenABITypes.cpp
  clang/lib/CodeGen/CodeGenModule.cpp
  clang/lib/CodeGen/CodeGenModule.h
  llvm/include/llvm/IR/Attributes.h
  llvm/include/llvm/IR/Function.h
  llvm/lib/IR/AttributeImpl.h
  llvm/lib/IR/Attributes.cpp
  llvm/lib/IR/Function.cpp
  llvm/lib/Transforms/Utils/InlineFunction.cpp
  llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115798.394542.patch
Type: text/x-patch
Size: 36284 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211215/42f356d0/attachment-0001.bin>


More information about the llvm-commits mailing list