[all-commits] [llvm/llvm-project] 357756: [OpaquePtr] Remove uses of CreateConstGEP1_64() wi...

Nikita Popov via All-commits all-commits at lists.llvm.org
Sat Jul 17 07:44:40 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 357756ecf67817c3db81b285b9fce0663d9ed875
      https://github.com/llvm/llvm-project/commit/357756ecf67817c3db81b285b9fce0663d9ed875
  Author: Nikita Popov <nikita.ppv at gmail.com>
  Date:   2021-07-17 (Sat, 17 Jul 2021)

  Changed paths:
    M clang/lib/CodeGen/CGAtomic.cpp
    M clang/lib/CodeGen/ItaniumCXXABI.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULateCodeGenPrepare.cpp

  Log Message:
  -----------
  [OpaquePtr] Remove uses of CreateConstGEP1_64() without element type

Remove uses of to-be-deprecated API.


  Commit: 32e2729e337640e547bb6e8bd3dbe43ac36daa81
      https://github.com/llvm/llvm-project/commit/32e2729e337640e547bb6e8bd3dbe43ac36daa81
  Author: Nikita Popov <nikita.ppv at gmail.com>
  Date:   2021-07-17 (Sat, 17 Jul 2021)

  Changed paths:
    M llvm/include/llvm/IR/IRBuilder.h

  Log Message:
  -----------
  [IRBuilder] Deprecate CreateConstGEP1_64() without element type

This API is incompatible with opaque pointers and deprecated in
favor of the version that accepts an explicit element type.


Compare: https://github.com/llvm/llvm-project/compare/251a11fdcfbc...32e2729e3376


More information about the All-commits mailing list