[all-commits] [llvm/llvm-project] 4737ee: [OpaquePtr] Remove uses of CreateConstInBoundsGEP2...

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


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

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

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

Remove uses of to-be-deprecated API.


  Commit: 251a11fdcfbc3fdbc3bd9e72c19172b54a607eb2
      https://github.com/llvm/llvm-project/commit/251a11fdcfbc3fdbc3bd9e72c19172b54a607eb2
  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 CreateConstInBoundsGEP2_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/7db463ced55a...251a11fdcfbc


More information about the All-commits mailing list