[all-commits] [llvm/llvm-project] bf1973: CGBuiltin: Remove uses of deprecated CreateCall ov...

Nicolai Hähnle via All-commits all-commits at lists.llvm.org
Mon Feb 17 15:27:04 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: bf197304a66aac3cde967539b40c018cede66761
      https://github.com/llvm/llvm-project/commit/bf197304a66aac3cde967539b40c018cede66761
  Author: Nicolai Hähnle <nhaehnle at gmail.com>
  Date:   2020-02-18 (Tue, 18 Feb 2020)

  Changed paths:
    M clang/lib/CodeGen/CGBuiltin.cpp

  Log Message:
  -----------
  CGBuiltin: Remove uses of deprecated CreateCall overloads

Reviewers: t.p.northover

Subscribers: cfe-commits, llvm-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D74673


  Commit: 464d4cf7e6c3b02d266373b4b4d91864d4fbd990
      https://github.com/llvm/llvm-project/commit/464d4cf7e6c3b02d266373b4b4d91864d4fbd990
  Author: Tim Northover <t.p.northover at gmail.com>
  Date:   2020-02-18 (Tue, 18 Feb 2020)

  Changed paths:
    M llvm/lib/Transforms/Coroutines/CoroEarly.cpp
    M llvm/lib/Transforms/Coroutines/CoroFrame.cpp
    M llvm/lib/Transforms/Coroutines/CoroSplit.cpp

  Log Message:
  -----------
  Coroutines: avoid use of deprecated CreateLoad and CreateCall methods

Summary: Patch originally by Tim Northover

Reviewers: t.p.northover

Subscribers: EricWF, hiraditya, modocache, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D74674


  Commit: 58297e4d8f1ff70fedd1391366e58628be7941bc
      https://github.com/llvm/llvm-project/commit/58297e4d8f1ff70fedd1391366e58628be7941bc
  Author: Nicolai Hähnle <nhaehnle at gmail.com>
  Date:   2020-02-18 (Tue, 18 Feb 2020)

  Changed paths:
    M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp

  Log Message:
  -----------
  LowerMatrixIntrinsics: Avoid use of deprecated CreateCall methods

Reviewers: t.p.northover

Subscribers: hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D74675


Compare: https://github.com/llvm/llvm-project/compare/9b12dc98fd08...58297e4d8f1f


More information about the All-commits mailing list