[all-commits] [llvm/llvm-project] c6795b: Use ArrayRef instead of raw pointers. NFC

Serge Pavlov via All-commits all-commits at lists.llvm.org
Wed Feb 1 21:56:07 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c6795b1d37cee586d9b98dade64432f8f6bd004b
      https://github.com/llvm/llvm-project/commit/c6795b1d37cee586d9b98dade64432f8f6bd004b
  Author: Serge Pavlov <sepavloff at gmail.com>
  Date:   2023-02-02 (Thu, 02 Feb 2023)

  Changed paths:
    M llvm/include/llvm/CodeGen/TargetLowering.h
    M llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/lib/Target/AArch64/AArch64ISelLowering.h
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/lib/Target/X86/X86ISelLowering.h

  Log Message:
  -----------
  Use ArrayRef instead of raw pointers. NFC

Change signature of TargetLowering::getRoundingControlRegisters so that
it returns ArrayRef, not plain pointer.

Differential Revision: https://reviews.llvm.org/D143049




More information about the All-commits mailing list