[all-commits] [llvm/llvm-project] 507136: [OpaquePtr] Remove uses of CGF.Builder.CreateConst...

Nikita Popov via All-commits all-commits at lists.llvm.org
Sat Jul 17 08:08:53 PDT 2021


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

  Changed paths:
    M clang/lib/CodeGen/CGCXX.cpp
    M clang/lib/CodeGen/CGClass.cpp
    M clang/lib/CodeGen/ItaniumCXXABI.cpp
    M clang/lib/CodeGen/MicrosoftCXXABI.cpp

  Log Message:
  -----------
  [OpaquePtr] Remove uses of CGF.Builder.CreateConstInBoundsGEP1_64() without type

Remove uses of to-be-deprecated API.


  Commit: 5df48493f08930ad05d9746c65fd53e5131a08d0
      https://github.com/llvm/llvm-project/commit/5df48493f08930ad05d9746c65fd53e5131a08d0
  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 CreateConstInBoundsGEP1_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/32e2729e3376...5df48493f089


More information about the All-commits mailing list