[all-commits] [llvm/llvm-project] 0a5292: [PowerPC] Remove extraneous ArrayRef (NFC) (#96092)

Kazu Hirata via All-commits all-commits at lists.llvm.org
Wed Jun 19 13:39:08 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0a5292ebbb393b70dbb46b0a30a64a3b3a2463e1
      https://github.com/llvm/llvm-project/commit/0a5292ebbb393b70dbb46b0a30a64a3b3a2463e1
  Author: Kazu Hirata <kazu at google.com>
  Date:   2024-06-19 (Wed, 19 Jun 2024)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCISelLowering.cpp

  Log Message:
  -----------
  [PowerPC] Remove extraneous ArrayRef (NFC) (#96092)

ArrayRef can be implicitly constructed from a C array while inferring
its size.



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