[all-commits] [llvm/llvm-project] 467a9b: [polly] Avoid llvm::Type::getPointerTo() (NFC) (#1...

Youngsuk Kim via All-commits all-commits at lists.llvm.org
Wed Oct 16 03:14:59 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 467a9bde06e681cecc69afa18580aadf2ed9769b
      https://github.com/llvm/llvm-project/commit/467a9bde06e681cecc69afa18580aadf2ed9769b
  Author: Youngsuk Kim <youngsuk.kim at hpe.com>
  Date:   2024-10-16 (Wed, 16 Oct 2024)

  Changed paths:
    M polly/lib/CodeGen/BlockGenerators.cpp
    M polly/lib/CodeGen/IslNodeBuilder.cpp
    M polly/lib/CodeGen/LoopGeneratorsGOMP.cpp

  Log Message:
  -----------
  [polly] Avoid llvm::Type::getPointerTo() (NFC) (#112368)

`llvm::Type::getPointerTo()` is to be deprecated & removed soon.

Also, avoid pointercasts that are essentially no-ops.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list