[all-commits] [llvm/llvm-project] 87ebd9: [IR] Use CallBase::getParamElementType() (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Fri Feb 25 01:02:14 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 87ebd9a36ffb547c18bb3acce2fa90f56d6c5d9d
      https://github.com/llvm/llvm-project/commit/87ebd9a36ffb547c18bb3acce2fa90f56d6c5d9d
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-02-25 (Fri, 25 Feb 2022)

  Changed paths:
    M llvm/include/llvm/IR/Statepoint.h
    M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
    M llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    M llvm/lib/IR/Verifier.cpp
    M llvm/lib/Target/BPF/BPFAbstractMemberAccess.cpp

  Log Message:
  -----------
  [IR] Use CallBase::getParamElementType() (NFC)

As this method now exists on CallBase, use it rather than the
one on AttributeList.




More information about the All-commits mailing list