[all-commits] [llvm/llvm-project] 1c3fe8: [IR] Make Attributes and AttributeLists trivially ...

Benjamin Kramer via All-commits all-commits at lists.llvm.org
Fri May 1 05:29:03 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1c3fe86f0f38737302017446e7e340ed81da24bc
      https://github.com/llvm/llvm-project/commit/1c3fe86f0f38737302017446e7e340ed81da24bc
  Author: Benjamin Kramer <benny.kra at googlemail.com>
  Date:   2020-05-01 (Fri, 01 May 2020)

  Changed paths:
    M llvm/lib/IR/AttributeImpl.h
    M llvm/lib/IR/Attributes.cpp
    M llvm/lib/IR/LLVMContextImpl.cpp

  Log Message:
  -----------
  [IR] Make Attributes and AttributeLists trivially destructible and BumpPtrAllocate them


  Commit: 7a5a1e94609c0b28ff36fe8177181464c42702df
      https://github.com/llvm/llvm-project/commit/7a5a1e94609c0b28ff36fe8177181464c42702df
  Author: Benjamin Kramer <benny.kra at googlemail.com>
  Date:   2020-05-01 (Fri, 01 May 2020)

  Changed paths:
    M llvm/include/llvm/IR/Attributes.h
    M llvm/lib/IR/AttributeImpl.h
    M llvm/lib/IR/Attributes.cpp
    M llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp

  Log Message:
  -----------
  [IR] AttributeList::getContext has a single user, remove it.


Compare: https://github.com/llvm/llvm-project/compare/1428f86cf986...7a5a1e94609c


More information about the All-commits mailing list