[all-commits] [llvm/llvm-project] e6e298: [IR] Migrate from getNumArgOperands to arg_size (NFC)

kazutakahirata via All-commits all-commits at lists.llvm.org
Mon Oct 4 08:40:48 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e6e29831ddf8bb8ec03472fe69eea91dcc942124
      https://github.com/llvm/llvm-project/commit/e6e29831ddf8bb8ec03472fe69eea91dcc942124
  Author: Kazu Hirata <kazu at google.com>
  Date:   2021-10-04 (Mon, 04 Oct 2021)

  Changed paths:
    M llvm/include/llvm/IR/AbstractCallSite.h
    M llvm/include/llvm/IR/InstrTypes.h
    M llvm/include/llvm/IR/Instructions.h
    M llvm/lib/IR/AbstractCallSite.cpp
    M llvm/lib/IR/AsmWriter.cpp
    M llvm/lib/IR/AutoUpgrade.cpp
    M llvm/lib/IR/Core.cpp
    M llvm/lib/IR/Instruction.cpp
    M llvm/lib/IR/Instructions.cpp
    M llvm/lib/IR/IntrinsicInst.cpp
    M llvm/lib/IR/Verifier.cpp

  Log Message:
  -----------
  [IR] Migrate from getNumArgOperands to arg_size (NFC)

Note that arg_operands is considered a legacy name.  See
llvm/include/llvm/IR/InstrTypes.h for details.




More information about the All-commits mailing list