[all-commits] [llvm/llvm-project] c419f3: [llvm][SROA] Replace calls to Type::getPointerTo (...

Youngsuk Kim via All-commits all-commits at lists.llvm.org
Sun Nov 26 18:19:17 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c419f3e10ee091ab4757f3f343795e9f1661bfd5
      https://github.com/llvm/llvm-project/commit/c419f3e10ee091ab4757f3f343795e9f1661bfd5
  Author: Youngsuk Kim <youngsuk.kim at hpe.com>
  Date:   2023-11-26 (Sun, 26 Nov 2023)

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

  Log Message:
  -----------
  [llvm][SROA] Replace calls to Type::getPointerTo (NFC)

NFC cleanup towards removing method Type::getPointerTo.

* Remove unnecessary call to Type::getPointerTo
* Replace call to Type::getPointerTo with IRB.getPtrTy




More information about the All-commits mailing list