[all-commits] [llvm/llvm-project] 3b5ff3: [InlineCost] isKnownNonNullInCallee - handle also ...

Dávid Bolvanský via All-commits all-commits at lists.llvm.org
Thu Apr 6 07:52:06 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3b5ff3a67c1f0450a100dca34d899ecd3744cb36
      https://github.com/llvm/llvm-project/commit/3b5ff3a67c1f0450a100dca34d899ecd3744cb36
  Author: Dávid Bolvanský <david.bolvansky at gmail.com>
  Date:   2023-04-06 (Thu, 06 Apr 2023)

  Changed paths:
    M llvm/lib/Analysis/InlineCost.cpp
    M llvm/test/Transforms/Inline/nonnull.ll

  Log Message:
  -----------
  [InlineCost] isKnownNonNullInCallee - handle also dereferenceable attribute


  Commit: f60592438a7446595cfbfa3944681c689952d859
      https://github.com/llvm/llvm-project/commit/f60592438a7446595cfbfa3944681c689952d859
  Author: Dávid Bolvanský <david.bolvansky at gmail.com>
  Date:   2023-04-06 (Thu, 06 Apr 2023)

  Changed paths:
    M llvm/include/llvm/IR/IRBuilder.h
    M llvm/lib/IR/IRBuilder.cpp
    M llvm/lib/Transforms/Utils/InlineFunction.cpp
    M llvm/test/Transforms/Inline/assumptions-from-callsite-attrs.ll
    M llvm/test/Transforms/Inline/nonnull.ll

  Log Message:
  -----------
  xxx


  Commit: 090b2e27efb2bd2859913f0e9c15effe2a88982b
      https://github.com/llvm/llvm-project/commit/090b2e27efb2bd2859913f0e9c15effe2a88982b
  Author: Dávid Bolvanský <david.bolvansky at gmail.com>
  Date:   2023-04-06 (Thu, 06 Apr 2023)

  Changed paths:
    M clang/include/clang/Basic/AttrDocs.td

  Log Message:
  -----------
  [AttrDocs] Enhance musttail attribute documentation

Based on info from https://github.com/llvm/llvm-project/issues/54964


Compare: https://github.com/llvm/llvm-project/compare/91a0740474e3...090b2e27efb2


More information about the All-commits mailing list